1
0
Files
AstralRinth/apps/labrinth/src/util/mod.rs
François-Xavier Talbot 006b19e3c9 Creator tax compliance (#4254)
* Initial implementation

* Remove test code

* Query cache

* Appease clippy

* Precise TIN/SSN

* Make tax threshold customizable via env variable

* Address review comments
2025-08-25 16:34:58 +00:00

18 lines
266 B
Rust

pub mod actix;
pub mod archon;
pub mod avalara1099;
pub mod bitflag;
pub mod captcha;
pub mod cors;
pub mod date;
pub mod env;
pub mod ext;
pub mod guards;
pub mod img;
pub mod ip;
pub mod ratelimit;
pub mod redis;
pub mod routes;
pub mod validate;
pub mod webhook;