feedbin_api 0.5.1

Rust implementation of the Feedbin REST API
Documentation
1
2
3
4
5
6
7
use serde_derive::Deserialize;

#[derive(Debug, Deserialize)]
pub struct Icon {
    pub host: String,
    pub url: String,
}