Open
Description
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?