spdr-cli 0.1.0

Command-line DDR5 SPD (JESD400-5) decoder and beyond-CRC linter; the spdr binary. Unbuffered (UDIMM) complete; SODIMM, RDIMM, and LRDIMM deferred.
Documentation
1
2
3
4
5
6
7
8
//! `spdr` ยท the read-only DDR5 SPD content decoder CLI.
//!
//! A thin wrapper over [`spdr_cli::run`]; the decode-and-render logic lives in
//! the library so it stays unit- and snapshot-testable without a subprocess.

fn main() {
    std::process::exit(spdr_cli::run());
}