docs.rs failed to build libsbf-0.17.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libsbf-0.15.5
libsbf
A no_std parser for the SBF (Septentrio Binary Format) using the sans-io philosophy.
Fuzz Testing
There is a fuzz test written for the base parser. To run the test do the following:
nix develop
cd sbf-parser-fuzz
cargo afl build --release
cargo afl fuzz -i in -o out ../target/release/sbf-parser-fuzz
## fuzz testing std iterator
cargo afl build --bin reader-fuzz --release
cargo afl fuzz -i in -o out ../target/release/sbf-parser-fuzz