crates.io badge

A library for splitting apart a large file with multiple modules into the idiomatic rust directory structure, intended for use with svd2rust. Creates a lib.rs as well as a subdirectory structure in the target directory. It's advised (but not necessary) to use scalafmt afterwards. Usage: -i, --input FILE input file to read instead of stdin -o, --outdir DIR set output directory -h, --help print this help menu

Does not create the cargo project or the cargo manifest file.

TODO: - better error handling

current usage: RUSTLOG=form=debug RUSTBACKTRACE=1 cargo run --release -- -i ~/private/code/form/resources/full-lib.rs -f -o ~/private/code/form/test/src