From 6ec860fed16a74610ce27ec85ce8669402b708ae Mon Sep 17 00:00:00 2001 From: Landon Taylor Date: Mon, 23 Jun 2025 13:51:39 -0600 Subject: [PATCH] Fix #6 --- tools/mc/stateright.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tools/mc/stateright.md diff --git a/tools/mc/stateright.md b/tools/mc/stateright.md new file mode 100644 index 0000000..6c67f7b --- /dev/null +++ b/tools/mc/stateright.md @@ -0,0 +1,23 @@ ++++ +date = 2025-06-07 +draft = false +title = 'stateright' +subtitle = 'Model Checker' +links = [ + { title = "Homepage", url = "https://docs.rs/stateright/latest/stateright/", icon = 'fa-solid fa-home' }, + { title = "Source Code", url = "https://github.com/stateright/stateright", icon = 'fa-brands fa-github' }, + # { title = "Playground", url = "https://cvc5.github.io/app/", icon = 'fa-solid fa-gamepad' } +] +applications = ['Model Checker'] +developers = ['Jonathan Nadal'] +licenses = ['MIT'] +# inputs = ['Sally'] +# interfaces = ['CLI'] +maintenance = ['Actively Maintained'] +# techniques = ['CDCL'] +# publications = [''] ++++ + + + +`stateright` is a Rust library for model checking systems, with an emphasis on distributed systems. \ No newline at end of file