rust_rest_test 0.1.1

An executable that can be used to run "unit tests" on a rust api
1
2
3
pub const IDENTIFIER: &'static str = "[a-z][a-z0-9_]*";
pub const TEXT: &'static str = "[ -~\t]*";
pub const URL: &'static str = "([a-zA-Z0-9/_\\?=%\\-])+";