pear_client 0.1.1

PEAR and PECL client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use ::chrono;
pub use ::compact_str;
#[cfg(feature = "reqwest")]
pub use ::reqwest;
#[cfg(feature = "serde")]
pub use ::serde;
pub use ::tower_service;
pub use ::url;

pub mod client;
pub mod common;
pub mod context;
pub mod query;
pub mod url_util;
mod xml_util;