frost 0.1.14

A zsh-compatible shell written in Rust
Documentation
1
2
3
4
5
6
7
8
//! Frost shell — public library surface (currently boot-posture only).
//!
//! Most of frost is a binary crate (`src/main.rs`). This `lib.rs`
//! holds the typed shapes that benefit from being reachable by name
//! from tests and downstream consumers (frostmourne curated distro,
//! frost-mcp tools, kanshou introspection).

pub mod boot_posture;