Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cryptolens/cryptolens-rust

Rust Interface for Cryptolens Web API
https://github.com/cryptolens/cryptolens-rust

license-management licensing-as-a-service licensing-library

Last synced: 19 days ago
JSON representation

Rust Interface for Cryptolens Web API

Awesome Lists containing this project

README

        

# Cryptolens Client API for Rust

> This library is currently in a beta release.

This library simplifies access to the [Cryptolens Web API](https://cryptolens.io) from the
Rust programming language.

Several examples are available in the repository at [https://github.com/Cryptolens/cryptolens-rust-examples](https://github.com/Cryptolens/cryptolens-rust-examples).

As long as the library is at version `0.0.X` we are not following semantic versioning. Before
moving to version `0.1.0` at least the following needs to be implemented:

* [ ] Parse server message when an activation fails, and return an appropriate error.
* [ ] Add proper management of errors in third-party libraries.
* [ ] Decide on how to deal with time, should we depend on e.g. the `chrono` crate?
Or should we just expose the time as an integer and let the user deal with this
as we do now?
* [ ] Possibly change capitalization of names to make them more rust-like