#fn-mut #traits #stable #no-std #standard #ones #fn-once

no-std fn-traits

Provides function traits like the standard library ones, but can be used in stable Rust

4 releases

0.2.0 Aug 30, 2024
0.1.2 Jan 23, 2023
0.1.1 Jan 22, 2023
0.1.0 Jan 20, 2023

#635 in Rust patterns

Download history 2/week @ 2024-05-18 13/week @ 2024-06-01 11/week @ 2024-06-08 3/week @ 2024-06-15 6/week @ 2024-07-06 1/week @ 2024-07-13 4/week @ 2024-07-20 25/week @ 2024-07-27 6/week @ 2024-08-03 7/week @ 2024-08-10 4/week @ 2024-08-17 107/week @ 2024-08-24 67/week @ 2024-08-31

186 downloads per month
Used in 4 crates (2 directly)

MIT license

44KB
1K SLoC

fn-traits

crates.io docs CI codecov Coverage Status

Provides function traits, like FnOnce, FnMut and Fn, but can be used in stable Rust.


lib.rs:

Provides FnOnce, FnMut and [Fn] traits like the standard library ones (FnOnce, FnMut and Fn), but can be used in stable Rust.

No runtime deps