Docs.rs
rotating_file_handler-0.1.0
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
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
rotating_file_handler 0.1.0
Implements a simple rotating file handler.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
4
out of
4
items documented
1
out of
4
items with examples
Size
Source code size: 10.56 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 420.75 kB
This is the summed size of all files generated by rustdoc for all configured targets
Links
flocked-agriculture/mavlink_utils
0
0
0
crates.io
Dependencies
—
Versions
0.2.0
(2025-03-25)
0.1.0
(2025-03-24)
Owners
Rotating File Handler
Future Work
support async
add locking to make thread safe
allow for conditional use of buffer writing to speed up data transfers. maybe utilize rust features for this?