some-thing 0.1.0

Something to manage “some” collections
Documentation
1
2
3
4
5
use some::foo;

fn main() {
    println!("{}", foo());
}