Cosmic
Cosmic
`syntect` performs a few transformations to syntax definition's regexes while loading everything. The most notable one in terms of the final syntax set's size being the expansion of the various...
Pinging @WilliamVenner since I would love to hear your thoughts on this since it's your library after all :smile:, and @super-continent since you mentioned potentially being interested in helping with...
Implementing `.description()` for `Error` was deprecated in rust 1.42 ([link](https://doc.rust-lang.org/std/error/trait.Error.html#method.description)) where instead it is recommended to impl `Display` or `.to_string()`. Since it was deprecated it would be good to switch...
Currently only text parsing is supported, but there is also a binary format provided for vdf. Since `pest` doesn't support binary parsing we'll have to pull in some other parsing...
Implementing this would be a huge ergonomics win for users, but beyond that it would unlock much better fuzzing potential for `keyvalues-serde`. Right now `keyvalues-serde` currently fuzzes an arbitrarily generated...
From #27 it appears that some files essentially have platform specific tags to indicate values based on platform. It would be good to support parsing these and exposing it to...
From finding out how to extract contents from `.vpk` files in #26 we now have over 60k VDF files to test parsing with just from the contents of a few...
- [x] Get CI setup to test on all 3 major platforms - [x] `cargo check` - [x] `cargo fmt` - [x] `cargo clippy` - [x] `cargo test` - [x]...
Recently I changed `f64` to be converted to `f32` under the hood when (de)serializing based on the wording from the wiki page. There have been mistakes on the wiki page...
Just the usual basics - [x] License - [x] Contributing - [x] Readme - [x] Update github description - [ ] Code of Conduct - [ ] Issue Templates -...