Skip to content

Commit

Permalink
Export RefInnerListSerializer and RefParameterSerializer
Browse files Browse the repository at this point in the history
Otherwise these do not show up in the documentation, making them
difficult to use.
  • Loading branch information
apasel422 committed Feb 18, 2025
1 parent 5328760 commit 5f3020d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,10 @@ pub use rust_decimal::{
};

pub use parser::{ParseMore, Parser};
pub use ref_serializer::{RefDictSerializer, RefItemSerializer, RefListSerializer};
pub use ref_serializer::{
RefDictSerializer, RefInnerListSerializer, RefItemSerializer, RefListSerializer,
RefParameterSerializer,
};
pub use serializer::SerializeValue;

type SFVResult<T> = std::result::Result<T, &'static str>;
Expand Down

0 comments on commit 5f3020d

Please sign in to comment.