arcanist 0.0.1

Gentoo Linux mangling library
Documentation
1
2
3
4
pub fn stub() -> Result<(), &'static str> {
    println!("running tests");
    Ok(())
}