teach-rs VS kani

Compare teach-rs vs kani and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
teach-rs kani
6 47
2,707 1,932
2.3% 5.0%
8.7 9.5
about 1 month ago 6 days ago
Rust Rust
Creative Commons Attribution Share Alike 4.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

teach-rs

Posts with mentions or reviews of teach-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-22.
  • google developed course on Rust
    5 projects | /r/rust | 22 May 2023
    Rust 101 is pretty good as well. The more the merrier!
  • My Rust project has been selected for the GitHub Accelerator Program and I’ll be working on it full-time!
    3 projects | /r/rust | 12 Apr 2023
    Unluckily the English version of the course used C++, only the Italian version was in Rust. However, online you can find a bunch of other valid alternatives, such as https://github.com/tweedegolf/101-rs
  • Teaching Rust 101 at Imperial College
    3 projects | /r/rust | 6 Mar 2023
    How cool! I'm currently running a Rust course as well. It's open source: tweedegolf/101-rs (I guess everyone thinks Rust 101 is a good name ;) ). It's currently a bit early days, but after running the course once, I'll work on making the material reusable.
  • Feedback needed from first low-level language learners of Rust
    7 projects | /r/rust | 23 Jan 2023
    As part of the Rust 101 Course that is being made to facilitate universities in teaching Rust, I am researching what would be needed to have a module that would introduce people to the basics of programming at the same time as learning Rust syntax. Rust is not a mature language when it comes to teaching it as a first language, and therefore not much material exists in this area. Therefore, I wanted to see if any people are learning / have learned Rust as their first language. Or whether there are Rustaceans coming from the high-level untyped programming world, who would like to share some experience when it comes to learning Rust.
  • 101-rs: A Rust university course
    1 project | news.ycombinator.com | 14 Jan 2023
  • Introducing: Rust 101, a modular, reusable university course
    1 project | /r/rust | 12 Jan 2023
    I'm very happy to share that I've received a grant from the Rust Foundation to work on Rust 101: a modular, reusable university course introducing the Rust programming language. It's still early days, but be sure to have a look at our GitHub repo and let me know what you think!

kani

Posts with mentions or reviews of kani. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • The C Bounded Model Checker: Criminally Underused
    7 projects | news.ycombinator.com | 30 Jan 2024
    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
    9 projects | dev.to | 24 Dec 2023
  • The Wizardry Frontier
    2 projects | /r/rust | 10 Dec 2023
    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!
    1 project | /r/KaniRustVerifier | 5 Nov 2023
    Ease setup in Amazon Linux 2 by @adpaco-aws in #2833
  • Kani 0.39.0 has been released!
    1 project | /r/KaniRustVerifier | 21 Oct 2023
    Limit --exclude to workspace packages by @tautschnig in #2808
  • Kani 0.38.0 has been released !
    1 project | /r/KaniRustVerifier | 7 Oct 2023
    Here's a summary of what's new in version 0.38.0:
  • CVE-2023-4863: Heap buffer overflow in WebP (Chrome)
    18 projects | news.ycombinator.com | 12 Sep 2023
    > 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

  • Kani 0.36.0 has been released!
    1 project | /r/KaniRustVerifier | 9 Sep 2023
    Enable concrete playback for failure of UB checks by @zhassan-aws in https://github.com/model-checking/kani/pull/2727
  • Kani 0.34.0 has been released!
    1 project | /r/KaniRustVerifier | 11 Aug 2023
    Change default solver to CaDiCaL by @celinval in https://github.com/model-checking/kani/pull/2557 By default, Kani will now run CBMC with CaDiCaL, since this solver has outperformed Minisat in most of our benchmarks. User's should still be able to select Minisat (or a different solver) either by using #[solver] harness attribute, or by passing --solver= command line option.
  • Kani 0.33.0 has been released!
    1 project | /r/KaniRustVerifier | 30 Jul 2023
    Add support for sysconf by feliperodri in #2557

What are some alternatives?

When comparing teach-rs and kani you can also consider the following projects:

graphest - A faithful graphing calculator

prusti-dev - A static verifier for Rust, based on the Viper verification infrastructure.

programming_at_40

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.

cansat - Bare-metal software for the sounding rocket payload.

MIRAI - Rust mid-level IR Abstract Interpreter

comprehensive-rust - This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.

gdbstub - An ergonomic, featureful, and easy-to-integrate implementation of the GDB Remote Serial Protocol in Rust (with no-compromises #![no_std] support)

rust - Empowering everyone to build reliable and efficient software.

rmc - Kani Rust Verifier [Moved to: https://github.com/model-checking/kani]

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

watt - Runtime for executing procedural macros as WebAssembly