Docs.rs
serde-xml-rs-0.6.0
serde-xml-rs 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
oli-obk
RReverser
punkstarman
Dependencies
log ^0.4
normal
serde ^1.0
normal
thiserror ^1.0
normal
xml-rs ^0.8
normal
docmatic ^0.1
dev
rstest ^0.12
dev
serde ^1.0
dev
simple_logger ^2.1
dev
Versions
43.75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In serde_xml_rs
?
Macro
serde_xml_rs
::
expect
source
·
[
−
]
macro_rules!
expect { (
$actual
: expr, $(
$expected
: pat)|+ =>
$if_ok
: expr) => { ... }; }