lib-wc

Crates.iolib-wc
lib.rslib-wc
version0.2.0
sourcesrc
created_at2022-05-21 04:46:51.541572
updated_at2023-03-30 05:31:19.687526
descriptionWill's Programming Toolbox
homepagehttps://github.com/wcygan/lib-wc
repositoryhttps://github.com/wcygan/lib-wc
max_upload_size
id590583
size138,716
Will Cygan (wcygan)

documentation

README

lib-wc

github crates.io docs.rs build status

Learning how to write a library in Rust by implementing "stuff"

Testing

Run the tests

$ cargo test

or

$ cargo test --all-features

Run the benchmarks

$ cargo bench --all-features

Run the fuzz tests

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

Addendum

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.

Commit count: 215

cargo fmt