Docs.rs
below-common-0.9.0
below-common 0.9.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
danobi
davide125
brianc118
lnyng
Dependencies
anyhow ^1.0.95
normal
chrono ^0.4
normal
cursive ^0.20.0
normal
humantime ^2.1
normal
once_cell ^1.12
normal
regex ^1.11.1
normal
slog ^2.7
normal
slog-term ^2.8
normal
walkdir ^2.3
normal
tempfile ^3.15
dev
Versions
46.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
below_
common
0.9.0
All Items
Crate Items
Modules
Macros
Crate
below_common
Copy item path
Source
Modules
§
cliutil
dateutil
dateutil
fileutil
logutil
util
Macros
§
every_n
Execute an expression every n times. For example
every_n!(1 + 2, println!("I'm mod 3")
will print on the 1st, 4th, and so on calls.
open_
source_
shim