Docs.rs
sephera-0.5.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sephera 0.5.0
Local-first Rust CLI for repository metrics and deterministic LLM context packs with AST compression and MCP.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
context_config
output
args.rs
budget.rs
context_config.rs
context_diff.rs
lib.rs
main.rs
output.rs
progress.rs
run.rs
1
2
3
4
5
use
std
::
process
::
ExitCode
;
fn
main
(
)
->
ExitCode
{
sephera
::
main_exit_code
(
)
}