perspective_api 1.0.0

An unopinionated client and a somewhat opinionated service for the Perspective API.
Documentation
1
2
3
4
5
6
7
8
// Using the lib.rs file as the place to configure the crate's public API.

/// Contains all models and function calls associated with the Perspective API.
pub mod client;

/// Contains a request builder and some convenience functions for accessing the API, returning anyhow errors.
#[cfg(feature = "service")]
pub mod service;