oxcache 0.4.3

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CODEOWNERS — 默认审阅者。GitHub 据此在 PR 自动请求 review。
# 详见: https://docs.github.com/repositories/managing-your-repositories-settings-and-features/customizing-your-repository/about-code-owners

# 默认:仓库内所有文件
*                           @Kirky-X

# 按目录细分
/src/core/                 @Kirky-X
/src/backend/              @Kirky-X
/src/cache/                @Kirky-X
/src/security/             @Kirky-X
/.github/                  @Kirky-X
/Cargo.toml                @Kirky-X
/macros/                   @Kirky-X