arcanist 0.0.1

Gentoo Linux mangling library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod atom;
mod config;
pub mod eapi;
mod macros;
mod repo;
mod utils;

pub fn lib_init() -> Result<(), &'static str> {
    println!("using arcanist");
    Ok(())
}