Docs.rs
fastxml-0.5.0
fastxml 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
shunski
rot1024
pyshx
Dependencies
async-trait ^0.1
normal
optional
compact_str ^0.8
normal
dashmap ^6
normal
indexmap ^2
normal
libxml ^0.3
normal
optional
memory-stats ^1
normal
optional
parking_lot ^0.12
normal
quick-xml ^0.37
normal
regex ^1
normal
reqwest ^0.12
normal
optional
smallvec ^1
normal
tempfile ^3
normal
thiserror ^2
normal
tokio ^1
normal
optional
tracing ^0.1
normal
ureq ^2
normal
optional
url ^2
normal
xxhash-rust ^0.8
normal
clap ^4
dev
criterion ^0.5
dev
flate2 ^1
dev
serde_json ^1
dev
tempfile ^3
dev
tokio ^1
dev
tokio-test ^0.4
dev
ureq ^2
dev
Versions
100%
of the crate is documented
Go to latest version
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
get_node_prefix
fastxml
0.5.0
fastxml
Function
get_
node_
prefix
Copy item path
Source
pub fn get_node_prefix(node: &
XmlNode
) ->
String
Expand description
Gets the namespace prefix of a node.