quartiq / miniconf

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

Updating response codes to use user properties #133

Closed ryan-summers closed 1 year ago

ryan-summers commented 1 year ago

This PR fixes #131 by leveraging UserProperty for response codes to avoid double-serialization issues.

This also lessens stack pressure by removing the need to allocate large buffers in some instances.