rust-libxml icon indicating copy to clipboard operation
rust-libxml copied to clipboard

Rust wrapper for libxml2

Results 22 rust-libxml issues
Sort by recently updated
recently updated
newest added

Hello, I am the creator or `node-libxml`, I would like to based my lib on your's instead of the C implementation. I am facing difficulty to try to perform wellformed...

Hi, I've a strange encoding issue started with libxml 2.11.1+, (released a week ago ) with libxml rust crate 0.3.2. My sample: - I've the following _html_ document `café` -...

bug

When passing `-C target-feature=+crt-static` to the Rust compiler for the target `x86_64-unknown-linux-gnu`, the following error appears at linking: ``` = note: /usr/bin/ld: /home/temrix/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-89bc084783fdc439.rlib(std-89bc084783fdc439.std.5f6d52e5-cgu.0.rcgu.o): in function `std::sys::unix::os::home_dir::fallback': /rustc/84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc/library/std/src/sys/unix/os.rs:638: warning: Using 'getpwuid_r'...

question

I have come across an issue with cargo locking up, I expect due to some race condition? The following code exhibits the behavior on my local development machine and on...

bug

full bindgen trace ```rust failures: ---- bindings::bindgen_test_layout_UConverterFromUnicodeArgs stdout ---- thread 'bindings::bindgen_test_layout_UConverterFromUnicodeArgs' panicked at 'assertion failed: `(left == right)` left: `28`, right: `56`: Size of: UConverterFromUnicodeArgs', src/bindings.rs:10144:3 note: run with `RUST_BACKTRACE=1`...

bug

I'm tracking a bug in [Hurl](https://github.com/Orange-OpenSource/hurl), our cli tool that is using `libxml` crate. I think I've a very small and reproductible segmentation fault that is occurring in a multithreaded...

bug

copy should be done via xmlCopyNode/xmlCopyDocument

enhancement

On my way debugging and separating the issues listed in #60 I came across another thing that isn't related to async or threading. An xpath context is non-functional after the...

bug

This is on 0.3. So the scenario is appending a newly created text node, after you call add_next_sibling, and then call add_next_sibling with that causes a mutable reference Err. Replacing...

bug

I continue using mostly `RoNode` in my main code, since most of my traversals are read-only and the benefit is significant. I just ended up adding a handful of identical...

enhancement
help wanted