This commit is contained in:
Martin Algesten
2018-06-16 11:01:28 +02:00
parent ca2e193c84
commit 4791db3a63
4 changed files with 51 additions and 20 deletions

View File

@@ -48,6 +48,7 @@ mod test;
pub use agent::{Agent, Request, Response};
pub use header::Header;
pub use error::Error;
// re-export
pub use serde_json::{to_value as serde_to_value, Map as SerdeMap, Value as SerdeValue};