Skip to content

Latest commit

 

History

History
executable file
·
36 lines (28 loc) · 1.66 KB

README.md

File metadata and controls

executable file
·
36 lines (28 loc) · 1.66 KB

v_utils

Minimum Supported Rust Version crates.io docs.rs build status Lines Of Code

My utils crate. For personal use only. But maybe, just maybe, one day I will document it slightly more.

Dev

Testing

Some tests are hidden behind slow_tests feature-flag, so before release run tests with -F slow_tests

cargo nextest run -F slow_tests

This repository follows my best practices.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.