Docs.rs
libxml-rs-0.1.0-alpha.34
libxml-rs 0.1.0-alpha.34
Docs.rs crate page
MIT
OR
Apache-2.0
31 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
infinityabundance
Dependencies
arbitrary ^1.3
normal
optional
bitflags ^2.0
normal
chrono ^0.4
normal
optional
encoding_rs ^0.8
normal
encoding_rs_io ^0.1
normal
hashbrown ^0.14
normal
libc ^0.2
normal
num-bigint ^0.4
normal
optional
num-traits ^0.2
normal
optional
once_cell ^1.19
normal
parking_lot ^0.12
normal
pretty_assertions ^1.4
normal
optional
regex ^1.10
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
smallvec ^1.10
normal
tempfile ^3.8
normal
optional
criterion ^0.5
dev
proptest ^1.0
dev
quickcheck ^1.0
dev
quickcheck_macros ^1.0
dev
Versions
100%
of the crate is documented
Go to latest stable release
Platform
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
free_parser_context
libxml_
rs
0.1.0-alpha.34
free_
parser_
context
Sections
SAFETY
In libxml_
rs::
xml::
xpath::
parser_
context
libxml_rs
::
xml
::
xpath
::
parser_context
Function
free_
parser_
context
Copy item path
Source
pub unsafe fn free_parser_context(pc:
*mut
XmlXPathParserContext
)
Expand description
Free a parser context.
§
SAFETY
pc
must be a valid parser context or NULL.