mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 08:41:32 +00:00
24 lines
272 B
Markdown
24 lines
272 B
Markdown
## Whitelist
|
|
|
|
A tiny whitelist built with Rust.
|
|
|
|
## Feature
|
|
|
|
- Support wildcard.
|
|
- Tiny runtime.
|
|
|
|
## Build from souce
|
|
|
|
```bash
|
|
cargo test
|
|
cargo build --release
|
|
```
|
|
|
|
## Run with Docker
|
|
|
|
TODO
|
|
|
|
## TODO
|
|
|
|
- [ ] Switch logger to tracing.
|
|
- [ ] Split individual log file. |