rust-wistia 0.8.0

A rust crate wrapping Wistia's Data and Upload API into a simple easy to use interface
Documentation
mod asset;
mod download_asset;
mod media;
mod media_info;
mod project;
mod status;
mod thumbnail;
mod r#type;
mod update_request;

pub use asset::*;
pub use download_asset::*;
pub use media::*;
pub use media_info::*;
pub use project::*;
pub use r#type::*;
pub use status::*;
pub use thumbnail::*;
pub use update_request::*;