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;