wetutil 0.1.0

One-stop crate for all the rust features that I'm missing
Documentation
1
2
3
4
5
6
7
pub mod iter;
pub mod result;

pub mod prelude {
	pub use crate::iter::IterExt;
	pub use crate::result::{ResultErrInto, ResultOkInto, ResultValueInto};
}