xml-rs
xml-rs copied to clipboard
Consider removing dependency on bitflags
It seems that there are problems with bitflags package compatibility with Rust versions, which causes various issues in downstream crates. xml-rs uses bitflags in a very limited way internally, so it should not be hard to drop the dependency on it altogether and just use custom bit flags.