invariant-firewall 0.0.3

Invariant — a cryptographic command-validation firewall for AI-controlled physical systems (robotics, biosynthesis). Installs the `invariant` binary. Part of the unified workspace at https://github.com/clay-good/invariant.
Documentation
1
2
3
4
5
6
7
8
9
//! Unified Invariant CLI library.
//!
//! Top-level dispatch: `invariant <domain> <subcommand>`.

#![forbid(unsafe_code)]

pub mod biosynthesis;
pub mod key_file;
pub mod robotics;