Commit Graph

120 Commits

Author SHA1 Message Date
bitfl0wer cf27f14645 Add tokio and serde features 2023-04-10 14:18:17 +02:00
bitfl0wer e422785583 clean match and replace it with .unwrap_or_else 2023-04-08 23:56:53 +02:00
bitfl0wer c2715d1fb6 get response body string out of result 2023-04-08 23:31:28 +02:00
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 c72ddba9e2 add chrono as it will be needed for epoch time 2023-04-07 21:01:21 +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 cb4148d800 Include vscode and idea dirs 2023-04-05 21:55:19 +02:00
bitfl0wer 9609480fd7 Add url parser and tests 2023-04-05 21:54:27 +02:00
bitfl0wer b434224e80 rename job 2023-04-04 17:48:33 +02:00
bitfl0wer 76697868a5 Include tests 2023-04-04 17:42:41 +02:00
bitfl0wer 6f84797e98 main -> lib 2023-04-04 17:37:11 +02:00
Flori 2f0a35c0fa Create .github/workflows/rust.yml 2023-04-04 16:43:53 +02:00
bitfl0wer 93dc9f3197 cargo init 2023-04-04 16:42:20 +02:00
Flori 47604711d0 Initial commit 2023-04-03 22:19:25 +02:00