Jason5Lee/rust-recur-fn

Move benchmarking into a sub-crate.

Closed this issue · 0 comments

This crate itself need no dependencies for using and testing, but benchmarking needs criterion which is relatively heavy. Move the benchmark into a sub-crate so that normally testing and CI need not download or recompile the benchmark dependency.