Description
I use yaml-rust2 in a project where we're not ready to commit to something as potentially breaking as saphyr. We'd like to eventually since we primarily just use the content which would be in saphyr-parser but for now we're kinda sticking to more stable crates.
Unfortunately we're very size-sensitive and complexity-of-dependency-tree sensitive and as a result we could do with a version of yaml-rust2 which has its hashlink dependency updated to 0.9.
I am prepared to organise a branch and testing to ensure the update is good; though given hashlink's API is part of yours, it probably implies that we would need to do a 0.9.0 release of yaml-rust2 rather than 0.8.2.
Is this something that this project would entertain, given that saphyr-parser does not appear to be presenting as production-ready yet?