]> git.puffer.fish Git - matthieu/nova.git/commit
clippy, tests and a bit of docs
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Sat, 14 Jan 2023 13:45:48 +0000 (17:45 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Sat, 14 Jan 2023 13:45:48 +0000 (17:45 +0400)
commit3f342846149c0b1f8d1ac1f0b857a9d9fdf2034b
tree5ad087639ade0998ec0af0e0532c71a59b92993a
parentee58b30800527306ab024da926121c085a0978fa
clippy, tests and a bit of docs
42 files changed:
Cargo.lock
docs/architecture.md [new file with mode: 0644]
docs/quickstart.md
exes/all-in-one/Makefile [deleted file]
exes/all-in-one/main.go [deleted file]
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/utils.rs
exes/cache/Cargo.toml
exes/cache/README.md [new file with mode: 0644]
exes/gateway/src/config.rs
exes/gateway/src/lib.rs
exes/ratelimit/Cargo.toml
exes/ratelimit/bench/req.rs [deleted file]
exes/ratelimit/benches/bucket.rs [new file with mode: 0644]
exes/ratelimit/src/buckets/atomic_instant.rs
exes/ratelimit/src/buckets/bucket.rs
exes/ratelimit/src/buckets/mod.rs
exes/ratelimit/src/buckets/noop_lock.rs [new file with mode: 0644]
exes/ratelimit/src/buckets/redis_lock.rs
exes/ratelimit/src/config.rs
exes/ratelimit/src/grpc.rs
exes/ratelimit/src/lib.rs
exes/rest/src/config.rs
exes/rest/src/handler.rs
exes/rest/src/lib.rs
exes/rest/src/ratelimit_client/mod.rs
exes/rest/src/ratelimit_client/remote_hashring.rs
exes/webhook/src/config.rs
exes/webhook/src/handler/error.rs [deleted file]
exes/webhook/src/handler/make_service.rs
exes/webhook/src/handler/mod.rs
exes/webhook/src/handler/signature.rs
exes/webhook/src/handler/tests/signature.rs
exes/webhook/src/lib.rs
libs/leash/src/lib.rs
libs/shared/src/config.rs
libs/shared/src/lib.rs
libs/shared/src/nats.rs
libs/shared/src/payloads.rs
libs/shared/src/redis.rs