novel-api 0.19.1

Novel APIs from various sources
Documentation
1
2
3
4
5
pub mod image;
pub mod text;

pub use self::image::Entity as Image;
pub use self::text::Entity as Text;