api_binding 0.1.2

A library to create API binding libraries, inspired by the Gitlab bindings
Documentation
1
2
3
4
5
6
# API Binding
This is a library that can be used to define a REST API.
For a quick example of it in use see my [opensky](https://github.com/LForchini/opensky) binding.

This is extracted from the [Gitlab REST API](https://gitlab.kitware.com/utils/rust-gitlab/-/tree/master/src/api).
Read the article on it [here](https://plume.benboeckel.net/~/JustAnotherBlog/designing-rust-bindings-for-rest-ap-is).