17 releases (9 breaking)

new 0.10.2 Apr 14, 2024
0.9.2 Apr 4, 2024
0.7.0 Mar 22, 2024
0.6.1 Oct 18, 2023
0.4.0 Jul 30, 2023

#174 in Authentication

Download history 15/week @ 2024-02-16 21/week @ 2024-02-23 12/week @ 2024-03-01 14/week @ 2024-03-08 10/week @ 2024-03-15 123/week @ 2024-03-22 385/week @ 2024-03-29 107/week @ 2024-04-05

627 downloads per month
Used in dccmd-rs

MIT license

705KB
17K SLoC

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

Dependencies

~11–28MB
~438K SLoC