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

Use ?-deps for lexical-core's metafeatures

Open Manishearth opened this issue 11 months ago • 1 comments

This crate reexports functionality from various subcrates. Unfortunately, it also has some metafeatures that attempt to enable functionality across these crates. Due to how Cargo feature dependencies work, enabling a feature that enables lexical-write-integer/foo will automatically enable lexical-write-integer as a dependency.

The ? syntax fixes this.

Would be nice to get a release with this too.

Manishearth avatar Jul 10 '23 13:07 Manishearth