seer VS awesome-rust-formalized-reasoning

Compare seer vs awesome-rust-formalized-reasoning and see what are their differences.

seer

symbolic execution engine for Rust (by dwrensha)

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. (by newca12)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
seer awesome-rust-formalized-reasoning
1 3
336 258
- -
10.0 7.7
over 5 years ago 12 days ago
Rust
GNU General Public License v3.0 or later MIT License
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.

seer

Posts with mentions or reviews of seer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-23.
  • Kani Rust Verifier – a bit-precise model-checker for Rust
    7 projects | news.ycombinator.com | 23 Mar 2022
    Nice, I just would have liked to get all these different verification tools combined under the same interface, just being different backends as drafted by the rust verification tools work of project oak: have "cargo verify" as common command and use common test annotations, allowing the same test to be verified with different backends or just fuzzed/proptested.

    The model checking approach seems to be a bit limited regarding loops. There are also abstract interpreters, such as https://github.com/facebookexperimental/MIRAI, and symbolic executers, such as https://github.com/dwrensha/seer or https://github.com/GaloisInc/crucible.

    Overall I believe this space would benefit from more coordination and focus on developing something that has the theoretical foundations to cover as many needs as possible and then make a user-friendly tool out of it that is endorsed by the Rust project similar to how Rust analyzer is the one language server to come.

awesome-rust-formalized-reasoning

Posts with mentions or reviews of awesome-rust-formalized-reasoning. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-17.

What are some alternatives?

When comparing seer and awesome-rust-formalized-reasoning you can also consider the following projects:

kani - Kani Rust Verifier

Kind - A next-gen functional language [Moved to: https://github.com/Kindelia/Kind2]

Formality - A modern proof language [Moved to: https://github.com/kind-lang/Kind]

cicada - Cicada Language

minisat - Minisat Haskell bundle

opennars - OpenNARS for Research 3.0+

crucible - Crucible is a library for symbolic simulation of imperative programs

tptp - Parser and pretty printer for the TPTP language

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

MIRAI - Rust mid-level IR Abstract Interpreter