api_builder 0.1.2

A simple client-agnostic API builder, inspired by the GitLab crate
Documentation
1
2
3
4
5
6
#[cfg(feature = "prost")]
import!(prost);

import!(raw);

mod json;