spoo-me 0.2.0

Official Rust SDK for the spoo.me URL shortener API
Documentation
1
2
3
4
5
6
7
//! Resource namespaces hanging off [`crate::Client`].

pub mod auth;
pub mod emoji;
pub mod links;
pub mod public;
pub mod stats;