Crate parsec_client
source ·Expand description
Client library for integration with the Parsec service
Currently this crate allows interaction with the PARSEC service through
BasicClient
, a low-level client that allows
all supported operations to be performed, requiring all operation parameters
to be provided explicitly.
Re-exports
pub use crate::core::basic_client::BasicClient;
Modules
- Client app authentication data
- Core helpers for integration with the Parsec service
- Error types specific to the Parsec client