Docs.rs
embedded-xml-1.0.0
embedded-xml 1.0.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
HookedBehemoth
Dependencies
embedded-io ^0.6.1
normal
log ^0.4.27
normal
optional
memchr ^2.8.0
normal
Versions
10.34%
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
OwnedReader
embedded_
xml
1.0.0
Owned
Reader
Aliased Type
In crate embedded_
xml
embedded_xml
Type Alias
Owned
Reader
Copy item path
Source
pub type OwnedReader<R> =
Reader
<R,
Vec
<
u8
>>;
Aliased Type
ยง
pub struct OwnedReader<R> {
/* private fields */
}