cargo test and cargo fmt ought to be run with consideration given to cargo clippy as well.
Pushes to the default/main branch should not succeed unless tests pass and formatting has been applied.
If interested, I can make a pull request to set this up.
cargo +nightly miri test may be preferable to regular cargo test given the heavy unsafe usage in this project.
cargo testandcargo fmtought to be run with consideration given tocargo clippyas well.Pushes to the default/main branch should not succeed unless tests pass and formatting has been applied.
If interested, I can make a pull request to set this up.
cargo +nightly miri testmay be preferable to regularcargo testgiven the heavy unsafe usage in this project.