Commit Graph

11 Commits

Author SHA1 Message Date
bitfl0wer 3cdf24b284 add notes on what needs to be done. 2023-04-08 14:51:36 +02:00
bitfl0wer 8d30e1461b Use Vec<Limit> instead of Limit because there are multiple limits 2023-04-08 14:37:20 +02:00
bitfl0wer f237de7353 add bucket identifiers, add check_limits stub 2023-04-07 23:22:44 +02:00
bitfl0wer 1be125e80c update use statement to match new name 2023-04-07 21:52:09 +02:00
bitfl0wer f87bb89612 replace Box<> with VecDeque<> 2023-04-07 21:51:50 +02:00
bitfl0wer 5fbea48b76 start concepting/implementing RateLimiter 2023-04-07 21:01:48 +02:00
bitfl0wer 17a618e8f0 Indicate that code block is of type Rust 2023-04-05 22:19:15 +02:00
bitfl0wer 08d096e763 Create files 2023-04-05 21:55:27 +02:00
bitfl0wer 9609480fd7 Add url parser and tests 2023-04-05 21:54:27 +02:00
bitfl0wer 6f84797e98 main -> lib 2023-04-04 17:37:11 +02:00
bitfl0wer 93dc9f3197 cargo init 2023-04-04 16:42:20 +02:00