mirror of https://github.com/rwf2/Rocket.git
Expose 'serde::json::{from_str,from_slice}'.
This commit is contained in:
parent
2076b693b1
commit
8029ea319f
|
@ -35,6 +35,9 @@ use crate::form::prelude as form;
|
|||
|
||||
use serde::{Serialize, Deserialize};
|
||||
|
||||
#[doc(inline)]
|
||||
pub use serde_json::{from_str, from_slice};
|
||||
|
||||
#[doc(hidden)]
|
||||
pub use serde_json;
|
||||
|
||||
|
|
Loading…
Reference in New Issue