confium_examples/lib.rs
1//! Confium ecosystem demonstration programs.
2//!
3//! Each binary in `src/bin/` demonstrates one aspect of the ecosystem:
4//!
5//! - `threshold_signing` — 3-party FROST-ed25519 threshold signing session
6//! - `plugin_load_and_hash` — plugin loading via the standard Confium loader
7//! - `keystore_roundtrip` — compartmentalized key storage
8//! - `audit_log_stream` — structured JSON audit events
9//!
10//! Run with: `cargo run -p confium-examples --bin <name>`