Release v0.1.1 #46

Merged
bazaah merged 2 commits from version/0.1.1 into master 2022-03-27 15:51:52 +00:00
bazaah commented 2022-03-27 15:49:11 +00:00 (Migrated from github.com)

This is the first published version of this crate. Quite a milestone for
me, as I have started work on this library multiple times over the last
3 years, never getting enough traction to find something that worked for
my project goals.

This version contains the lowest level API that will be supported by
this crate: lib/event; which allows callers to directly consume YAML
stream events as the occur, with no help or storage apparatus.

I have some CI/CD issues to figure out -- testing docs, automating
crates.io publishes, improving test spread and speed, adding a recipe
runner (Make/just). After which I'll start working away on the in memory
graph representation of YAML, which will allow me to provide a Value
abstraction for handling arbitrary YAML, similar to serde_json::Value.

Its secondary purpose will be as storage for aliasing trees... during
serde::Deserialization, which will be a feature gated API that may
eventually take the place of serde_yaml.

This is the first published version of this crate. Quite a milestone for me, as I have started work on this library multiple times over the last 3 years, never getting enough traction to find something that worked for my project goals. This version contains the lowest level API that will be supported by this crate: lib/event; which allows callers to directly consume YAML stream events as the occur, with no help or storage apparatus. I have some CI/CD issues to figure out -- testing docs, automating crates.io publishes, improving test spread and speed, adding a recipe runner (Make/just). After which I'll start working away on the in memory graph representation of YAML, which will allow me to provide a Value abstraction for handling arbitrary YAML, similar to serde_json::Value. Its secondary purpose will be as storage for aliasing trees... during serde::Deserialization, which will be a feature gated API that may eventually take the place of serde_yaml.
Sign in to join this conversation.
No description provided.