crusts-0.0.1 is not a library.
CRustS - Transpiling Unsafe C code to Safe Rust
Installation
# install c2rust
if [; then
elif [; then
else
fi
Usage:
Run crusts in the folder where there is a Makefile.
or
As a result, Rust code will be generated from the C code:
src/*.rs -- contains the refactored Rust code from the C code;
build.rs lib.rs -- contains the builder Rust code;
Update
- integrate with TXL
- integrate with docker