quartiq / miniconf

Rust serialize/deserialize/access reflection for trees (no_std, no alloc)
MIT License
25 stars 3 forks source link

Adding support for a `tree(skip)` field attribute #183

Closed ryan-summers closed 11 months ago

ryan-summers commented 11 months ago

Adds support for skipping fields in a miniconf tree.

Fixes #182

ryan-summers commented 11 months ago

Thanks for the cleanup - the refactor to an Option on new() was what I was contemplating as well. I like the approach :)

ryan-summers commented 11 months ago

@jordens We seem to be hitting a ton of ICEs (Internal Compiler Errors) when compiling on stable for some reason... I don't see these locally with my rustc 1.72.0

jordens commented 11 months ago

https://github.com/rust-lang/rust/issues/116662