mammut 0.13.0

A wrapper around the Mastodon API.
Documentation
1
2
3
4
5
6
7
8
9
10
pub struct Mention {
    /// URL of user's profile (can be remote)
    pub url: String,
    /// The username of the account
    pub username: String,
    /// Equals username for local users, includes `@domain` for remote ones
    pub acct: String,
    /// Account ID
    pub id: String,
}