35 releases (16 breaking)

new 0.17.2 Mar 11, 2025
0.17.1 Nov 17, 2024
0.16.1 Oct 23, 2024
0.13.1 Jul 28, 2024
0.4.0 Jul 30, 2023

#838 in Web programming

Download history 29/week @ 2024-11-21 3/week @ 2024-11-28 23/week @ 2024-12-05 25/week @ 2024-12-12 1/week @ 2025-01-09 2/week @ 2025-01-30 10/week @ 2025-02-06 8/week @ 2025-02-13 11/week @ 2025-02-20 18/week @ 2025-02-27 66/week @ 2025-03-06

103 downloads per month
Used in dccmd-rs

MIT license

1MB
21K 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
    • reporting
  • add examples

Dependencies

~11–27MB
~406K SLoC