notra 0.1.1

Unofficial Rust SDK for the Notra API
Documentation
1
2
3
4
5
6
7
pub mod client;
pub mod content;
pub mod error;
pub mod models;

pub use client::{Notra, NotraBuilder};
pub use error::NotraError;