rust-connpass
Connpass API library in Rust.
Install
Install openssl through your favourite package. You might also need a C compiler (gcc).
# Ubuntu, Alpine
# Arch Linux
# Fedora, CentOS8
# Amazon Linux
Get Started
Put the following in your project's Cargo.toml file:
[]
= "0.1.0"
And overwrite in your project's main.rs file:
use connpass;
The event title is outputted when run build on the console.
Example
Contribute
Any PR is welcomed!