Skip to content

Swiss knife for common rust functional utilities

Notifications You must be signed in to change notification settings

sharma-rohit/sknife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sknife

Swiss knife for common rust functional utilities

Build Status Documentation

Reason behind this

Primarily this is intended at creating functional utilities for common methods on the Iterator and HashMap's in Rust

Getting started

cargo install
cargo run

Benchmark test

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

Contribution

Add utility function if you think might be a useful as a more function-based ** not functional ;) ** approach

About

Swiss knife for common rust functional utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%