An open API service indexing awesome lists of open source software.

https://github.com/jonasbb/rust_misc_utils


https://github.com/jonasbb/rust_misc_utils

rust

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# misc_utils - A set of convenience functions

[![Rust CI](https://github.com/jonasbb/rust_misc_utils/actions/workflows/ci.yaml/badge.svg)](https://github.com/jonasbb/rust_misc_utils/actions/workflows/ci.yaml)
[![Published Version](https://img.shields.io/crates/v/misc_utils.svg)](https://crates.io/crates/misc_utils)
[![Official Documentation](https://docs.rs/misc_utils/badge.svg)](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/