Docs.rs
icmd-0.1.1
icmd 0.1.1
Permalink
Docs.rs crate page
MIT
06 August 2026
Links
crates.io
Source
Owners
DexerMatters
Dependencies
crossterm ^0.29.0
normal
downcast-trait ^0.1.0
normal
dyn-clone ^1.0.19
normal
lazy_static ^1.5.0
normal
parking_lot ^0.12
normal
take_mut ^0.2.2
normal
Versions
67.32%
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
Crate icmd
icmd
0.1.1
All Items
Crate Items
Modules
Macros
Crate
icmd
Copy item path
Source
Modules
§
canvas
Module for canvas drawing operations.
console
Module for the ICmd Console.
event
Module handling events and listeners.
measure
Module for measurement utilities used in layout calculations.
node
Module providing the core Node abstraction and concrete UI components.
style
Terminal styling and border patterns for ICmd. This module provides traits and implementations for applying ANSI-based styles to terminal text as well as defining reusable border patterns.
utils
Macros
§
node_
impl_
traits
Macro to implement standard traits for a node type.
tstr
A macro to create a new TString from a string literal or format string.