dig-capsule 0.5.0

The DIG Network .dig capsule data plane — one crate over the DIGS format, capsule read-crypto, compiler, staging, and the guest/host serve triad.
1
2
3
4
5
6
7
8
9
//! Migrated per-member tests, run as inline unit tests of the collapsed crate (#1270).
mod bounds;
mod common;
mod e2e_guest;
mod imports_unit;
mod instantiate;
mod jwks_mock;
mod return_buffer;
mod serve_flow;