Using circles-rs with circl.lu

Rust integration

Install
cargo add circles-rs
Quick start
use circles_rs::Client;

let client = Client::new("YOUR_API_KEY");
Info about the hashlookup database
curl \
  /info
Return the top 100 of most queried values.
curl \
  /stats/top
Lookup MD5.
curl \
  /lookup/md5/{md5}
SDK on GitHub 📄 API Docs
SDK
circles-rs
Rust
API
circl.lu
circl.lu:hashlookup
At a glance
Language Rust
Endpoints11