algosul-core 0.0.5

Some user-friendly yet personalized tools
Documentation
1
2
3
pub mod std;
pub trait Ref {}
impl<T: ?Sized> Ref for &T {}