Replies: 1 comment 8 replies
-
|
Hi @lsig. Yes, Kani can be used without cargo. See https://model-checking.github.io/kani/usage.html#usage-on-a-single-crate for more information. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm building a file system in Rust for Rust-for-linux and I want to verify some of its properties with Kani. However the Linux kernel does not support Cargo, is there a way to use kani without Cargo thus allowing me to integrate it as a dev-tool in the kernel.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions