Ceramic HTTP API client written in rust.
This library can either generate serde compatible requests for use with any http client library, or make requests
against a Ceramic HTTP Api using reqwest when the remote
feature flag is used (enabled by default).
Please see the tests for more information on how to use the library.