KonradHoeffner / hdt

Library for the Header Dictionary Triples (HDT) compression file format for RDF data.
https://crates.io/crates/hdt
MIT License
19 stars 4 forks source link

Document that this library doesn't work on stable Rust #24

Closed remram44 closed 1 year ago

remram44 commented 1 year ago

This library requires the unstable feature round_char_boundary which means it will not build with stable rustc.

This should probably be mentioned in the README.

KonradHoeffner commented 1 year ago

Thanks! This is now documented in README.md as requested.