Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jwodder/rswodlib

Assorted Rust utility functions
https://github.com/jwodder/rswodlib

rust

Last synced: 20 days ago
JSON representation

Assorted Rust utility functions

Awesome Lists containing this project

README

        

[![Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.](https://www.repostatus.org/badges/latest/concept.svg)](https://www.repostatus.org/#concept)
[![CI Status](https://github.com/jwodder/rswodlib/actions/workflows/test.yml/badge.svg)](https://github.com/jwodder/rswodlib/actions/workflows/test.yml)
[![codecov.io](https://codecov.io/gh/jwodder/rswodlib/branch/master/graph/badge.svg)](https://codecov.io/gh/jwodder/rswodlib)
[![MIT License](https://img.shields.io/github/license/jwodder/rswodlib.svg)](https://opensource.org/licenses/MIT)

`rswodlib` is a personal Rust library containing various useful (and often
reused) functions & functionalities that aren't quite worthy of packages of
their own. It is not meant to be installed; instead, if you see anything you
like in it, you are encouraged to copy & paste, subject to the MIT license.