feat: add SLOT_FILTER

This commit is contained in:
2024-11-09 23:19:09 +08:00
parent e0c736271a
commit a97e0ae577
5 changed files with 228 additions and 158 deletions

12
justfile Normal file
View File

@@ -0,0 +1,12 @@
_:
@just --list
check:
cargo check
lint:
cargo clippy
build:
cargo build --release