fourchan-rs 0.1.1

Async 4chan JSON API client and type bindings
Documentation
1
2
3
4
/// archive.json - a flat list of archived OP numbers for boards that support it. 
/// Returned by [`crate::Client::get_archive`].

pub type Archive = Vec<u64>;