nextcloud_news_api 0.5.0

rust implementation of the NextCloud News REST API
Documentation
1
2
3
4
5
6
use serde_derive::Deserialize;

#[derive(Clone, Debug, Deserialize)]
pub struct Version {
    pub version: String,
}