rustify 0.6.1

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