elefren 0.22.0

A wrapper around the Mastodon API.
Documentation
1
2
3
4
5
6
/// Used for ser/de of list resources
#[derive(Clone, Debug, Deserialize, PartialEq)]
pub struct List {
    id: String,
    title: String,
}