8 stable releases
new 2.0.1 | Apr 14, 2025 |
---|---|
1.4.2 | Mar 31, 2025 |
1.4.0 | Sep 21, 2024 |
1.1.0 | Aug 21, 2024 |
1.0.0 | Jun 17, 2024 |
#1419 in Rust patterns
243 downloads per month
Used in 3 crates
52KB
775 lines
Generic utilities not tied to any particular platform for use with other BP3D software.
BP3D Generic utilities
Features
- env Utilities to work with environment variables.
- tzif Utilities to decode compiled TZ data (ex: /etc/localtime).
- simple-error Generate simple enum based error types.
- result Extensions to the result type (useful for CLI apps).
- path Extensions to Path which do not depend on OS-level functions.