-
-
Notifications
You must be signed in to change notification settings - Fork 156
Make indexmap dependency optional #810
Copy link
Copy link
Closed
Labels
A-parseArea: Parsing TOMLArea: Parsing TOMLC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsM-breaking-changeMeta: Implementing or merging this will introduce a breaking change.Meta: Implementing or merging this will introduce a breaking change.
Metadata
Metadata
Assignees
Labels
A-parseArea: Parsing TOMLArea: Parsing TOMLC-enhancementCategory: Raise on the bar on expectationsCategory: Raise on the bar on expectationsM-breaking-changeMeta: Implementing or merging this will introduce a breaking change.Meta: Implementing or merging this will introduce a breaking change.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Sometimes one just needs parsing/deserialization and it would be great to be able to do that with this crate w/o having to drag indexmap and its deps along only for that (See bkchr/proc-macro-crate#37). I believe the order is only important when writing back data after reading it but not, when only parsing so this should be possible?