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

marti1125/culqi-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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