oxcache 0.3.3

A high-performance multi-level cache library for Rust with L1 (memory) and L2 (Redis) caching.
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