Doug Tangren
Doug Tangren
Thanks @chyh1990. Maybe I'll try to see what I I do myself. You're library has been working great so far
I think that pull helps with what I wanted out of this issue. There are actually many flavors of string quoting styles defined in the yaml spec that would probably...
What would it take to push this forward?
If needed I would be willing to pick up where this left off
What's the status of this. I just surveyed the rust yaml ecosystem and this crate looks to be the most complete despite missing features like this that would make it...
Is there an interface on master for registering tags?
I would say there's definitely more ceremony to this than I'd like. I've used [trust](https://github.com/japaric/trust) for a few projects. It works but it's a lot of boilerplate to get right....
Related to the cargo template idea, I created a similar tool a while back http://github.com/softprops/porteurbars based on some lessons learned from working on https://github.com/foundweekends/giter8 in the past. I this this...
I went with [lib/cli](https://github.com/softprops/emoji-clock?files=1) but now that bin was mentioned I kind of like that better. Another question of convention is the package folders name of the crate. I just...
For the non cli/bin crate I'd like to claim a preference for keeping an unsuffixed/prefixed name. I've seen "foo-core" and "lib-foo" on the past. When I do imports I just...