https://github.com/jonasbb/rust_misc_utils
https://github.com/jonasbb/rust_misc_utils
rust
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonasbb/rust_misc_utils
- Owner: jonasbb
- License: unlicense
- Created: 2017-08-04T17:57:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T09:21:07.000Z (over 1 year ago)
- Last Synced: 2025-03-18T05:51:16.732Z (over 1 year ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 195 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# misc_utils - A set of convenience functions
[](https://github.com/jonasbb/rust_misc_utils/actions/workflows/ci.yaml)
[](https://crates.io/crates/misc_utils)
[](https://docs.rs/misc_utils/)
This crate implements different convenience functions. Currently, only functions related to I/O are implemented.
You can take a look at the [tests] to figure out how to use this crate and take a look at the [documentation].
[tests]: https://github.com/jonasbb/rust_misc_utils/tree/master/tests
[documentation]: https://docs.rs/misc_utils/