You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xml-rs crate allows us to configure their XML output, such as line separator, indentation, etc. However, the serializer from serde-xml-rs does not allow us to create custom serialization, and this is mostly because the new_from_writer function is not public.
Can we make new_from_writer function accesible like new_from_reader?
The text was updated successfully, but these errors were encountered:
xml-rs
crate allows us to configure their XML output, such as line separator, indentation, etc. However, the serializer fromserde-xml-rs
does not allow us to create custom serialization, and this is mostly because thenew_from_writer
function is not public.Can we make
new_from_writer
function accesible likenew_from_reader
?The text was updated successfully, but these errors were encountered: