Cargo fmt

This commit is contained in:
Roman Valls Guimera 2021-02-08 20:45:45 +11:00
parent d8d84313df
commit db005b568f

View File

@ -8,9 +8,9 @@
//! //!
//! # Serialize //! # Serialize
//! //!
//! For instance, let's say that one wants to generate a XML file for the //! For instance, let's say that one wants to generate a XML file for the
//! [Rust-Embedded community](https://github.com/rust-embedded/). A well known XML //! [Rust-Embedded community](https://github.com/rust-embedded/). A well known XML
//! file for microcontrollers is called [SVD](https://github.com/rust-embedded/svd/) //! file for microcontrollers is called [SVD](https://github.com/rust-embedded/svd/)
//! and it can be defined on YaSerDe via structs like so: //! and it can be defined on YaSerDe via structs like so:
//! //!
//!``` //!```