Docs.rs
cicada-0.9.40
cicada 0.9.40
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mitnk
Dependencies
clap =3.2
normal
errno ^0.3.0
normal
exec ^0.3.0
normal
glob ^0.3.0
normal
lazy_static ^1.5.0
normal
libc ^0.2.0
normal
linefeed ^0.6.0
normal
nix ^0.29.0
normal
pest =2.3.1
normal
pest_derive ^2.0
normal
regex ^1
normal
rusqlite ^0.32
normal
structopt ^0.3
normal
time ^0.3
normal
uuid ^1.4
normal
yaml-rust ^0.4.0
normal
time ^0.3
build
Versions
75%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
cicada
0.9.40
cicada
Macro
log
Copy item path
source
macro_rules!
log { (
$fmt
:expr) => { ... }; (
$fmt
:expr, $(
$arg
:tt)
*
) => { ... }; }