| Crates.io | dco3 |
| lib.rs | dco3 |
| version | 0.17.2 |
| created_at | 2023-07-02 14:34:19.251947+00 |
| updated_at | 2025-03-11 21:22:36.512018+00 |
| description | Async API wrapper for DRACOON in Rust. |
| homepage | https://github.com/unbekanntes-pferd/dco3 |
| repository | https://github.com/unbekanntes-pferd/dco3 |
| max_upload_size | |
| id | 906079 |
| size | 989,781 |
This is an async wrapper around the DRACOON API dracoon.com.
The documentation can be found on docs.rs.
Cryptographic operations are implemented in a separate crate: dco3-crypto.
Above mentioned crate is based on openssl - therefore, currently wasm32-unknown-unknown is not supported.
This crate is an async wrapper built around reqwest (reqwest).
All API calls are async and thread-safe.
Since this is in an early development stage, expect breaking changes.
For now, please refer to dccmd-rs as an example client implementation.
Contributions, feedback and issues are welcome. To contribute, fork the repository and create a pull request.