rds-rs 1.0.0

A Library for Decoding RDS/RBDS data
Documentation

rds_rs

CI Crates.io Version docs.rs License: MIT

A Library for Decoding RDS/RBDS data.

Provide a complete decode implementation of the RDS/RBDS protocol as defined by the RBDS Specification.

Examples

cargo run --test decode_rds_spy_log third_party/rds-spy-logs/Austria/A540_-_2021-07-26_19-08-06.spy

Running tests

A smoke test to decode one test file:

make test

To run the Rust tests:

cargo test

To run the fuzzer tests:

make fuzz