Hey there,
I have worked with StrictYaml for a while and I am working on contributing to it on the rust side this crate.
So while working on an issue I repeatedly stumbled over the issue of complex mapping keys. Forgive me if I simply failed to find a reference to it in the docs, but I could not determine if complex mapping keys are a supported feature in StrictYaml.
Based on your opinion on other ambiguous, niche or error-prone features such as flow style YAML and implicit typing, I suppose StrictYAML should not support complex mapping keys, but I could not say so with certainty.
I would really appreciate your feedback on this!
Hey there,
I have worked with
StrictYamlfor a while and I am working on contributing to it on therustside this crate.So while working on an issue I repeatedly stumbled over the issue of complex mapping keys. Forgive me if I simply failed to find a reference to it in the docs, but I could not determine if complex mapping keys are a supported feature in
StrictYaml.Based on your opinion on other ambiguous, niche or error-prone features such as flow style YAML and implicit typing, I suppose
StrictYAMLshould not support complex mapping keys, but I could not say so with certainty.I would really appreciate your feedback on this!