This crate is marked #![no_std], but it directly references items from std (e.g. std::vec::Vec) in raw/visitor/tree_stats without any conditional compilation gate. This breaks no_std builds and prevents compilation on bare-metal or other no_std-only targets.
This crate is marked
#![no_std], but it directly references items fromstd(e.g.std::vec::Vec) in raw/visitor/tree_stats without any conditional compilation gate. This breaksno_stdbuilds and prevents compilation on bare-metal or otherno_std-only targets.