xml-rs icon indicating copy to clipboard operation
xml-rs copied to clipboard

Consider removing dependency on bitflags

Open netvl opened this issue 9 years ago • 0 comments

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.

netvl avatar May 16 '16 15:05 netvl