extend-fn
Simple no-alloc library that allows using any arbitrary FnMut that takes a single value, in a place where types implementing Extend are needed.
use ExtendUsing;
let initial = ;
let mut result = 0usize;
let mut extender = new;
extender.extend;
assert_eq!;