Unclaimed project
Are you a maintainer of xilem? Claim this project to take control of your public changelog and roadmap.
Changelog
An experimental Rust native UI framework
Last updated 5 days ago
This release has an MSRV of 1.86.
A tree for use in Masonry, with a safe and an unsafe version. The safe tree is known to work, and serves as the baseline implementation and is used by default. The unsafe tree leverages a hashmap as an arena and is designed for higher performance: it leverages unsafe code to achieve this. The unsafe tree is not yet fully tested, and is not used by default.