Crates.io | sknife |
lib.rs | sknife |
version | 0.2.2 |
source | src |
created_at | 2017-09-06 23:05:24.009287 |
updated_at | 2017-09-25 06:56:01.873878 |
description | Swiss knife for common rust functional utilities |
homepage | https://github.com/addityasingh/sknife |
repository | |
max_upload_size | |
id | 30847 |
size | 15,982 |
Swiss knife for common rust functional utilities
Primarily this is intended at creating functional utilities for common methods on the Iterator
and HashMap
's in Rust
cargo install
cargo run
In order to compare the relative performance of the functions against there corresponding native Iteratot
methods, there are some benchmark tests in the benches
folder. Run the command to see the becnhmark comparison
cargo bench
Some results of the tests are already present here
Add utility function if you think might be a useful as a more function-based ** not functional ;) ** approach
Checkout the documentation at docs.rs
MIT © addityasingh