Skip to content

A Rust crate with an async API wrapper to access the DRACOON API (https://dracoon.com).

License

Notifications You must be signed in to change notification settings

semtisem/dco3

This branch is 28 commits behind unbekanntes-pferd/dco3:master.

Repository files navigation

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

About

A Rust crate with an async API wrapper to access the DRACOON API (https://dracoon.com).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%