tcrustils 0.1.1

TCRUtils for Rust
Documentation
1
2
3
4
5
6
7
extern crate anyhow;

use self::anyhow::Result;

pub fn nothing() -> Result<()> {
    Ok(())
}