Docs.rs
ftui-core-0.2.0
ftui-core 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Dicklesworthstone
Dependencies
ahash ^0.8
normal
arc-swap ^1.8.2
normal
bitflags ^2.10.0
normal
tracing ^0.1.41
normal
optional
tracing-subscriber ^0.3.20
normal
optional
unicode-display-width ^0.3.0
normal
unicode-segmentation ^1.12.0
normal
unicode-width ^0.2.2
normal
web-time ^1.1.0
normal
criterion ^0.5.1
dev
portable-pty ^0.9.0
dev
proptest ^1.7.0
dev
crossterm ^0.29.0
normal
optional
signal-hook ^0.4.3
normal
Versions
94.74%
of the crate is documented
This release has been yanked, go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
trace
ftui_
core
0.2.0
ftui_core
Macro
trace
Copy item path
Source
macro_rules! trace { ($($arg:tt)*) => { ... }; }
Expand description
No-op trace macro when tracing is disabled.