| Crates.io | lib-wc |
| lib.rs | lib-wc |
| version | 0.2.0 |
| created_at | 2022-05-21 04:46:51.541572+00 |
| updated_at | 2023-03-30 05:31:19.687526+00 |
| description | Will's Programming Toolbox |
| homepage | https://github.com/wcygan/lib-wc |
| repository | https://github.com/wcygan/lib-wc |
| max_upload_size | |
| id | 590583 |
| size | 138,716 |
Learning how to write a library in Rust by implementing "stuff"
$ cargo test
or
$ cargo test --all-features
$ cargo bench --all-features
hint: you can use cargo fuzz list to see the available fuzz targets
You need to use nightly Rust to run the fuzz tests:
$ cargo +nightly fuzz run <fuzz_target>
Example:
$ cargo +nightly fuzz run quicksort
I have a variety of experiments in this repository that I use to learn about Rust & various crates; they are runnable examples which showcase interesting concepts.