Docs.rs
acktor-1.0.8
acktor 1.0.8
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
asymmetry
Dependencies
acktor-derive ^1.0
normal
optional
ahash ^0.8
normal
optional
futures-util ^0.3
normal
thiserror ^2.0
normal
tokio ^1.47
normal
tracing ^0.1
normal
anyhow ^1.0
dev
clap ^4.5
dev
pretty_assertions ^1.4
dev
Versions
89.19%
of the crate is documented
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
debug_info
acktor
1.0.8
In acktor::
utils
acktor
::
utils
Macro
debug_
info
Copy item path
Source
macro_rules! debug_info { ($($arg:tt)+) => { ... }; }
Expand description
Logs at info level only in debug mode.