Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 618 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 618 Bytes

culqi-rust

Packagist Crates.io

Culqi API - Rust

Usage

Put this in your Cargo.toml:

[dependencies]
culqi = "0.2.1"

And this in your crate root:

extern crate culqi;

An example with Rocket.rs

Instructions for Generate Doc

cargo rustdoc --lib