https://github.com/broxus/broxus-util
A collection of utils used at Broxus
https://github.com/broxus/broxus-util
Last synced: 4 months ago
JSON representation
A collection of utils used at Broxus
- Host: GitHub
- URL: https://github.com/broxus/broxus-util
- Owner: broxus
- License: mit
- Created: 2022-08-08T13:42:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T18:08:19.000Z (over 2 years ago)
- Last Synced: 2025-08-25T23:14:10.192Z (10 months ago)
- Language: Rust
- Homepage: https://docs.rs/broxus-util
- Size: 61.5 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# broxus-util [![crates-io-batch]][crates-io-link] [![docs-badge]][docs-url] [![rust-version-badge]][rust-version-link] [![workflow-badge]][workflow-link]
[crates-io-batch]: https://img.shields.io/crates/v/broxus-util.svg
[crates-io-link]: https://crates.io/crates/broxus-util
[docs-badge]: https://docs.rs/broxus-util/badge.svg
[docs-url]: https://docs.rs/broxus-util
[rust-version-badge]: https://img.shields.io/badge/rustc-1.65+-lightgray.svg
[rust-version-link]: https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html
[workflow-badge]: https://img.shields.io/github/actions/workflow/status/broxus/broxus-util/master.yml?branch=master
[workflow-link]: https://github.com/broxus/broxus-util/actions?query=workflow%3Amaster
A collection of utils used at Broxus.
## Features
- `argh` - [`argh`](https://crates.io/crates/argh) helpers
- `serde` - various [`serde`](https://crates.io/crates/serde) helpers
- `config` - config parser with environment variables injection
- `log4rs` - custom logger initialization
- `web` - error converters and object builder
- `alloc` - jemalloc allocator
- `alloc-profiling` - profiling tools for jemalloc
> Default: `serde`, `config`, `log4rs`
## Contributing
We welcome contributions to the project! If you notice any issues or errors, feel free to open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](https://opensource.org/license/mit/).