-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meetup: add March meetup with talk by Guillaume Claret (#15)
Included date, speaker details as well as a description of the talk contents. Ref: #14
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
+++ | ||
title = "2024-03-19" | ||
date = "2024-03-19" | ||
draft = false | ||
+++ | ||
|
||
The March, 2024 Rust for Lunch meet-up. We'll have a single | ||
talk and then time for questions afterwards. | ||
|
||
We'd like to remind everyone that all participants (speakers, moderators, and | ||
attendees) must follow the [Code of Conduct](@/about.md#code-of-conduct) during | ||
the meetup. | ||
|
||
- Meet-up call link: [https://lecture.senfcall.de/hay-gmh-wox-mru](https://lecture.senfcall.de/hay-gmh-wox-mru) (Senfcall) | ||
- Date: **Tuesday, 19 March, 2024** | ||
- Time: [**12:00 - 13:00 UTC**](https://everytimezone.com/s/8e70f314) | ||
- **12:00 - 13:00 GMT** (e.g. London, Bamako) | ||
- **13:00 - 14:00 WAT/CET** (e.g. Kinshasa, Berlin) | ||
- **14:00 - 15:00 EET/CAT** (e.g. Lviv, Cairo) | ||
|
||
### Formal verification for Rust with coq-of-rust | ||
|
||
#### Speaker: [Guillaume Claret](https://github.com/clarus) | ||
|
||
With formal verification, we can assert that a program contains no bugs for a | ||
specification, covering all execution cases. We present coq-of-rust | ||
https://github.com/formal-land/coq-of-rust , a formal verification tool for | ||
Rust that we developed. It works by translating Rust programs to the proof | ||
system Coq. |