Docs.rs
fmi-schema-0.6.0
fmi-schema 0.6.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jondo2010
Dependencies
arrow ^55.2
normal
optional
chrono ^0.4
normal
document-features ^0.2
normal
hard-xml ^1.41
normal
itertools ^0.14
normal
lenient_semver ^0.4
normal
semver ^1.0
normal
serde ^1.0
normal
optional
thiserror ^2.0
normal
env_logger ^0.8
dev
hard-xml ^1.41
dev
Versions
24.83%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
deserialize
fmi_
schema
0.6.0
fmi_schema
Function
deserialize
Copy item path
Source
pub fn deserialize<'a, T:
XmlRead
<'a>>(xml: &'a
str
) ->
Result
<T,
Error
>