mirror of
https://github.com/xinux-org/journal-lib.git
synced 2026-04-14 03:37:47 +00:00
📦 | Library for log storage demonstration [maintainer=@lambdajon]
- Rust 88.7%
- Nix 11.3%
| journal | ||
| journal-macros | ||
| src | ||
| tests | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| shell.nix | ||
Simple Journal - Binary Log Storage Demonstration
This project demonstrates the core concepts behind systemd's journal file format:
- Append-only binary storage - entries are only added, never modified
- Structured entries - each entry contains multiple key-value fields