Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cryptolens/cryptolens-rust
- Owner: Cryptolens
- License: other
- Created: 2019-12-12T13:25:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T21:08:29.000Z (about 5 years ago)
- Last Synced: 2024-11-28T14:45:11.330Z (24 days ago)
- Topics: license-management, licensing-as-a-service, licensing-library
- Language: Rust
- Size: 3.91 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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