feat(tvix/serde): make from_str_with_config public
Change-Id: I61962297101d35ed02673edf1bca0584b7be37cf Reviewed-on: https://cl.tvl.fyi/c/depot/+/8845 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
66047063e0
commit
f32abbdc1a
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ mod de;
|
||||||
mod error;
|
mod error;
|
||||||
|
|
||||||
pub use de::from_str;
|
pub use de::from_str;
|
||||||
|
pub use de::from_str_with_config;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod de_tests;
|
mod de_tests;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue