dipstick/HANDBOOK.md.skt.md

297 B

Templates

Use cargo test --features="skeptic" to run the examples in the README using the skeptic crate.

#[macro_use] 
extern crate dipstick;
use dipstick::*;
fn main() -> std::result::Result<(), Box<std::error::Error>> {{
    {}
    Ok(())
}}
{}