Docs.rs
claude-token-monitor-0.2.6
claude-token-monitor 0.2.6
Permalink
Docs.rs crate page
MIT
05 June 2026
Links
Repository
crates.io
Source
Owners
teamktown
Dependencies
anyhow ^1.0
normal
atty ^0.2
normal
chrono ^0.4
normal
clap ^4.0
normal
colored ^2.0
normal
crossterm ^0.27
normal
dirs ^5.0
normal
env_logger ^0.10
normal
futures ^0.3
normal
humantime ^2.1
normal
log ^0.4
normal
notify ^6.0
normal
rand ^0.8
normal
ratatui ^0.28
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1.0
normal
uuid ^1.0
normal
walkdir ^2.0
normal
tempfile ^3.0
dev
chrono ^0.4
build
Versions
35.56%
of the crate is documented
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
Skip to main content
Files
claude_token_monitor/
lib.rs
1
pub mod
models;
2
pub mod
services;
3
pub mod
ui;
4
5
pub use
models::
*
;
6
pub use
services::
*
;