commafeed_api 0.5.0

API client for commafeed server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
use serde::{Deserialize, Serialize};

#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct SharingSettings {
    pub email: bool,
    pub gmail: bool,
    pub facebook: bool,
    pub twitter: bool,
    pub tumblr: bool,
    pub pocket: bool,
    pub instapaper: bool,
    pub buffer: bool,
}