paxakos
kani
paxakos | kani | |
---|---|---|
3 | 50 | |
106 | 2,278 | |
- | 2.6% | |
0.0 | 9.7 | |
almost 2 years ago | 5 days ago | |
Rust | Rust | |
GNU General Public License v3.0 only | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
paxakos
-
Paxakos: A Flexible Solution to Consensus
Paxakos is a Multi-Paxos implementation that aims to have a simple yet extensible core.
-
Side project: Raft distributed consensus algorithm implementation & CLI visualization in Rust
It's not quite done, but feel free to take a look: https://github.com/benschulz/paxakos/tree/d88c69e4d5158425c78467ccd229c7237eba76c7
kani
- Rust is rolling off the Volvo assembly line
-
Re-fixing Servo's event-loop
There's a model checker that can directly verify Rust code, Kani https://model-checking.github.io/kani/ - I wonder if Servo could use it in this case?
- Kani: A bit-precise model checker for Rust
-
The C Bounded Model Checker: Criminally Underused
This is also the backend for Kani - Amazon's formal verification tool for Rust.
https://github.com/model-checking/kani
- Boletín AWS Open Source, Christmas Edition
-
The Wizardry Frontier
Nice read! Rust has pushed, and will continue to push, the limits of practical, bare metal, memory safe languages. And it's interesting to think about what's next, maybe eventually there will be some form of practical theorem proving "for the masses". Lean 4 looks great and has potential, but it's still mostly a language for mathematicians. There has been some research on AI constructed proofs, which could be the best of both worlds because then the type checker can verify that the AI generated code/proof is indeed correct. Tools like Kani are also a step forward in program correctness.
-
Kani 0.40.0 has been released!
Ease setup in Amazon Linux 2 by @adpaco-aws in #2833
-
Kani 0.39.0 has been released!
Limit --exclude to workspace packages by @tautschnig in #2808
-
Kani 0.38.0 has been released !
Here's a summary of what's new in version 0.38.0:
-
CVE-2023-4863: Heap buffer overflow in WebP (Chrome)
> those applications need the proof for correctness so that more dangerous code---say, what would need `unsafe` in Rust---can be safely added
There are actually already tools built for this very purpose in Rust (see Kani [1] for instance).
Formal verification has a serious scaling problem, so forming programs in such a way that there are a few performance-critical areas that use unsafe routines seems like the best route. I feel like Rust leans into this paradigm with `unsafe` blocks.
[1] - https://github.com/model-checking/kani
What are some alternatives?
uppercut - Small and simple actor model implementation.
prusti-dev - A static verifier for Rust, based on the Viper verification infrastructure.
overlord - Overlord consensus protocol.
awesome-rust-formalized-reasoning - An exhaustive list of all Rust resources regarding automated or semi-automated formalization efforts in any area, constructive mathematics, formal algorithms, and program verification.
hbbft - An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus.
MIRAI - Rust mid-level IR Abstract Interpreter
little-raft - The lightest distributed consensus library. Run your own replicated state machine! ❤️
rustig - A tool to detect code paths leading to Rust's panic handler
omnipaxos - OmniPaxos is a distributed log implemented as a Rust library.
watt - Runtime for executing procedural macros as WebAssembly
gdbstub - An ergonomic, featureful, and easy-to-integrate implementation of the GDB Remote Serial Protocol in Rust (with no-compromises #![no_std] support)
rmc - Kani Rust Verifier [Moved to: https://github.com/model-checking/kani]