gity-storage 0.1.2

Persistent storage layer for gity using sled
Documentation

gity-storage

Persistent storage layer for gity using sled.

Crates.io Documentation License: MIT

This crate provides persistent key-value storage for gity metadata using sled, an embedded database.

Features

  • Repository registration storage
  • Status cache persistence
  • Maintenance history tracking
  • Atomic operations with sled transactions

Usage

This crate is primarily intended for internal use by gity-daemon. See the gity documentation for general usage.

License

MIT