]> git.puffer.fish Git - matthieu/nova.git/commit
fix build and code cleanup
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Fri, 13 Jan 2023 18:35:46 +0000 (22:35 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Fri, 13 Jan 2023 18:35:46 +0000 (22:35 +0400)
commit4b55d5ff172f87bfa38ef2a21aceed40aacf9c54
tree2e2dfe5290de4036299c786d851967bc23de548f
parentb1e17001e3fce2874e4bb1354196c90a5fd7acd0
fix build and code cleanup
15 files changed:
.github/workflows/build.yml
Makefile
exes/all-in-one/build.rs
exes/all-in-one/src/errors.rs
exes/all-in-one/src/ffi.rs
exes/all-in-one/src/lib.rs
exes/all-in-one/src/main.rs
exes/ratelimit/src/buckets/atomic_instant.rs
exes/ratelimit/src/buckets/bucket.rs
exes/ratelimit/src/buckets/mod.rs
exes/ratelimit/src/grpc.rs
exes/ratelimit/src/lib.rs
exes/rest/src/lib.rs
exes/rest/src/ratelimit_client/mod.rs
libs/shared/src/config.rs