Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[engine] Replace the common libxml2 library with a pure Rust implementation #556

Open
miseyu opened this issue Oct 7, 2024 · 0 comments
Assignees
Labels
engine enhancement New feature or request

Comments

@miseyu
Copy link
Contributor

miseyu commented Oct 7, 2024

Is your feature request related to a problem? Please describe.

The current version of
https://github.com/KWARC/rust-libxml
is a sys crate for libxml2 (https://github.com/GNOME/libxml2), so it may not work properly on some operating systems .

Describe the solution you'd like**

We want to create a pure rust xml crate to replace the libxml2 dependency used in https://github.com/reearth/reearth-flow/blob/main/engine/runtime/common/src/xml.rs

@miseyu miseyu self-assigned this Oct 7, 2024
@miseyu miseyu added rust Pull requests that update Rust code engine labels Oct 7, 2024
@miseyu miseyu assigned shumon84 and unassigned miseyu Oct 7, 2024
@miseyu miseyu added enhancement New feature or request and removed rust Pull requests that update Rust code labels Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants