Bdrck is a crate containing generic common utilities. In particular, it has several top-level modules which provide various functionality:
| Module | Description | | ------------- | --------------------------------------------- | | configuration | Application configuration tooling. | | crypto | Tools built upon high-level crypto libraries. | | flags | Command-line flag parsing. | | fs | Filesystem utilities. | | http | HTTP client utilities based on reqwest. | | logging | Log message formatting utilities. | | net | Networking utilities / types. | | testing | Unit testing utilities. |
This project adheres to Semantic Versioning. However, prior to 1.0.0 this project will adhere to the following rules: