https://github.com/jwodder/rswodlib
Assorted Rust utility functions
https://github.com/jwodder/rswodlib
rust
Last synced: about 1 year ago
JSON representation
Assorted Rust utility functions
- Host: GitHub
- URL: https://github.com/jwodder/rswodlib
- Owner: jwodder
- License: mit
- Created: 2023-05-04T21:36:28.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T18:17:47.000Z (over 2 years ago)
- Last Synced: 2024-02-11T17:48:50.365Z (over 2 years ago)
- Topics: rust
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#concept)
[](https://github.com/jwodder/rswodlib/actions/workflows/test.yml)
[](https://codecov.io/gh/jwodder/rswodlib)
[](https://opensource.org/licenses/MIT)
`rswodlib` is a personal collection of [Rust](https://www.rust-lang.org)
functions & functionalities that, though useful and often reused, aren't quite
worthy of published 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.
The project is laid out as a [workspace][] in which the root package contains
only code with no (non-test) dependencies beyond `std` (and [`automod`][], for
convenience) while the other packages (all located in `crates/`) require one or
more third-party dependencies each.
[workspace]: https://doc.rust-lang.org/cargo/reference/workspaces.html
[`automod`]: https://crates.io/crates/automod