dco3

Crates.iodco3
lib.rsdco3
version0.17.0
sourcesrc
created_at2023-07-02 14:34:19.251947
updated_at2024-11-05 16:54:56.608438
descriptionAsync API wrapper for DRACOON in Rust.
homepagehttps://github.com/unbekanntes-pferd/dco3
repositoryhttps://github.com/unbekanntes-pferd/dco3
max_upload_size
id906079
size930,080
Octavio Simone (unbekanntes-pferd)

documentation

README

dco3 - DRACOON API wrapper in Rust

tests Crates.io Version Crates.io Total Downloads

What is this?

This is an async wrapper around the DRACOON API dracoon.com.

The documentation can be found on docs.rs.

Cryptography

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.

About

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.

Examples

For now, please refer to dccmd-rs as an example client implementation.

Contributing

Contributions, feedback and issues are welcome. To contribute, fork the repository and create a pull request.

Roadmap

  • implement missing API calls
    • branding
  • improve upload callback (chunk stream)
  • add examples
Commit count: 249

cargo fmt