rustify 0.4.1

A Rust library for interacting with HTTP API endpoints.
Documentation
1
2
3
4
5
#[test]
fn test_macro() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/macro/*.rs");
}