quartiq / miniconf

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

Renaming iterator functions to prevent name conflicts #89

Closed ryan-summers closed 2 years ago

ryan-summers commented 2 years ago

This PR fixes #87 by renaming the iter() methods to iter_settings() to avoid conflicting with the resolution lookup ordering of core::slice::iter()