Culqi API - Rust
Put this in your Cargo.toml:
Cargo.toml
toml [dependencies] culqi = "0.2.1"
And this in your crate root:
rust extern crate culqi;
bash cargo rustdoc --lib