summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2021-02-27Tweak READMESoniEx2
2021-02-27Improve performanceSoniEx2
2021-02-17Improve main documentationSoniEx2
2021-02-13Complete the VM, for the most partSoniEx2
Some things are still untested. Needs more tests.
2021-02-11Partially implement VMSoniEx2
The following are now implemented: - [x] Arrow - [x] StringKey - [x] RegexKey - [ ] KeySubtree - [ ] ValueSubtree - [x] Ident - [ ] Param - [x] ApplyPredicate - [x] End
2021-02-07Finish porting parserSoniEx2
2021-01-24Clean up metadataSoniEx2
2021-01-24Start writing tests (WIP)SoniEx2
2021-01-24Clean up public APISoniEx2
2021-01-16Update Cargo.tomlSoniEx2
2021-01-16Workaround lack of GATsSoniEx2
2021-01-13[Project] DatafuSoniEx2
A Rust library for extracting data from config objects and other arbitrary object graphs.
2021-01-13Finalize Holder design (hopefully)SoniEx2
2021-01-12Prepare VM designSoniEx2