Development¶
-
Contributing
How to contribute to Hafiz.
-
Roadmap
Future plans and features.
-
Changelog
Version history.
Quick Setup¶
# Clone
git clone https://github.com/shellnoq/hafiz.git
cd hafiz
# Build
cargo build
# Test
cargo test
# Run
cargo run --bin hafiz-server
Requirements¶
- Rust 1.75+
- PostgreSQL 13+ (optional)
- Docker (optional)