netvl / xml-rs

An XML library in Rust
MIT License
459 stars 110 forks source link

How to pretty print a xml #203

Open patrickelectric opened 3 years ago

patrickelectric commented 3 years ago

Hi, it may be my fault, but I was unable to pretty print a xml with "println!" and this library, I can see that the main examples focus on files, but it would nice to show how to read strings and format it back to string.