arcanist/
lib.rs

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