gaucho-labs / leptos-hotkeys

a declarative way of using keyboard shortcuts + callbacks in leptos applications
https://leptos-hotkeys.vercel.app
MIT License
43 stars 8 forks source link

Remove prelude and make modules private #85

Closed mondeja closed 5 months ago

mondeja commented 5 months ago

Closes #83

Note that #[macro_export] exports macros publicly through lib.rs, so there is no need to publicly export them explicitly. See Path-Based scope section in Macros by example chapter of the Rust Reference book.