rustify 0.7.0

A Rust library for interacting with HTTP API endpoints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
error: Unknown parameter
 --> tests/macro/invalid_result.rs:6:32
  |
6 | #[endpoint(path = "test/path", result = "DoesNotExist")]
  |                                ^^^^^^

warning: unused import: `rustify::endpoint::Endpoint`
 --> tests/macro/invalid_result.rs:1:5
  |
1 | use rustify::endpoint::Endpoint;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default