dsfb-rf 1.0.1

DSFB-RF Structural Semiotics Engine for RF Signal Monitoring - A Deterministic, Non-Intrusive Observer Layer for Typed Structural Interpretation of IQ Residual Streams in Electronic Warfare, Spectrum Monitoring, and Cognitive Radio
Documentation
1
2
3
4
5
6
7
8
9
10
11
[toolchain]
# MSRV in Cargo.toml is 1.65 for library consumers.
# This pin gives agents, CI, and reviewers a reproducible toolchain.
channel    = "1.85.1"
profile    = "default"
components = ["rustfmt", "clippy", "rust-src", "rust-docs"]
targets    = [
    "thumbv7em-none-eabihf",          # Cortex-M4F (embedded RF receiver)
    "riscv32imac-unknown-none-elf",   # RISC-V 32-bit (edge SDR)
    "x86_64-unknown-linux-gnu",       # Host development + paper-lock
]