| Crates.io | libsbf |
| lib.rs | libsbf |
| version | 0.10.0 |
| created_at | 2023-11-29 21:16:47.902741+00 |
| updated_at | 2025-07-29 19:23:23.92652+00 |
| description | A no_std rust crate to parse Septentrio SBF Messages. |
| homepage | https://github.com/saronic-technologies/libsbf-rs |
| repository | https://github.com/saronic-technologies/libsbf-rs |
| max_upload_size | |
| id | 1053564 |
| size | 10,084,113 |
A no_std parser for the SBF (Septentrio Binary Format) using the sans-io philosophy.
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