| Crates.io | padzapp |
| lib.rs | padzapp |
| version | 0.14.0 |
| created_at | 2026-01-07 08:06:22.14106+00 |
| updated_at | 2026-01-17 04:03:24.750067+00 |
| description | A fast, project-aware scratch pad library |
| homepage | |
| repository | https://github.com/arthur-debert/padz |
| max_upload_size | |
| id | 2027759 |
| size | 492,163 |
Core library for padz - a fast, project-aware scratch pad.
This crate provides the UI-agnostic business logic for padz. It includes:
api.rs): Thin facade over commands with input normalizationcommands/): Pure business logic for all operationsstore/): Storage abstraction with FileStore and InMemoryStore implementationsmodel.rs): Core data types (Pad, Metadata, Scope)Everything in this crate is UI-agnostic:
std::process::exit callsThis enables the same core to serve CLI, web API, or any other UI.
See the main padz repository for full documentation.
For the CLI tool, install padz-cli instead:
cargo install padz-cli