lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.06k stars 133 forks source link

add prelude #641

Closed jrmoulton closed 1 month ago

jrmoulton commented 1 month ago

I end up importing several entire modules whenever I create a new file. Using these as the prelude significantly reduces the pain of moving items between files and managing imports.