Skip to content

TeamMatest/libeasydonate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libeasydonate - a Rust wrapper for the EasyDonate API

libeasydonate

libeasydonate was created for easy access to the EasyDonate API from Rust.

HTTP клиенты

libeasydonate has a mechanism of adapting any asynchronous HTTP client for use with the API. In the library, there is a builtin adapter for reqwest (with the feature flag “reqwest”).

reqwest

Example usage:

let easydonate_config = EasyDonateConfig {
    api_key: "<API key>".into()
};
let easydonate = EasyDonate::new(EasyDonateReqwest::new(easydonate_config));
// ... use the easydonate object ...

About

EasyDonate for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages