sxmc 0.2.1

One Rust binary to bridge skills, MCP, and APIs into reusable agent, terminal, and automation workflows
Documentation
1
2
3
4
5
6
//! Authentication and secret resolution utilities.
//!
//! The most commonly used helpers live in [`crate::auth::secrets`] and support values such
//! as `env:NAME` and `file:/path/to/secret`.

pub mod secrets;