File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ //! Traits for conversions between types.
2+
3+ #[ doc( inline) ]
4+ pub use http_types:: convert:: * ;
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ pub mod router;
207207mod server;
208208mod utils;
209209
210+ pub mod convert;
210211pub mod log;
211212pub mod prelude;
212213pub mod security;
@@ -218,7 +219,6 @@ pub use redirect::Redirect;
218219pub use request:: Request ;
219220pub use response:: Response ;
220221pub use route:: Route ;
221- pub use serde_json;
222222pub use server:: Server ;
223223
224224#[ doc( inline) ]
Original file line number Diff line number Diff line change 11//! The Tide prelude.
2+ pub use crate :: convert:: { json, Deserialize , Serialize } ;
23pub use http_types:: Status ;
3- pub use serde_json:: json;
You can’t perform that action at this time.
0 commit comments