- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 48字
- 2021-07-02 23:07:23
XML and Rust
As Rust is well suited to running on servers, it seems appropriate that we consider XML, and how it is handled within Rust.
Thankfully, Rust comes with a crate called Xml, which works in a way similar to how standard streams are read and written.