dsfb-debug 0.1.0

DSFB-Debug — Structural Semiotics Engine for Software Debugging. A deterministic, read-only, observer-only augmentation layer for execution-trace residual interpretation. Does NOT replace existing observability tools — augments them with typed structural interpretation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# DSFB-Debug — pinned Rust toolchain.
#
# Why a pin: defence supply-chain stability. The crate's MSRV (in
# Cargo.toml) is 1.75.0; pinning the toolchain prevents nightly-feature
# drift in CI and makes the build deterministic across reviewer
# environments. Reproducibility is a Theorem-9-adjacent property at the
# build-system level: identical source + identical compiler →
# identical object code.

[toolchain]
channel = "1.75.0"
components = ["clippy", "rustfmt"]