diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -29,6 +29,12 @@ fn foo() { } ``` +Or run one of the example binaries: + +```bash +$ RUST_LOG=info cargo run --bin rustl_fm +``` + ## Dev The usual: |
![]() |
index : rustl-sdr | |
| A pure Rust implementation of the RTL-SDR driver |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | README.md | 6 |
@@ -29,6 +29,12 @@ fn foo() { } ``` +Or run one of the example binaries: + +```bash +$ RUST_LOG=info cargo run --bin rustl_fm +``` + ## Dev The usual: |