begin action collections implementation (to reduce argument size by clippy)

This commit is contained in:
yggverse 2024-11-08 06:47:58 +02:00
parent 7c7e91ca31
commit ec7a668cd9
15 changed files with 164 additions and 129 deletions

2
src/action.rs Normal file
View file

@ -0,0 +1,2 @@
mod browser;
pub use browser::Browser;