Docs.rs
below-common-0.9.0
below-common 0.9.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:facebook:cratesio-publish
meta-cratesio-bot
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
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 below_common
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