noctua/core/src/render/converter.rs
mow c85f35310e chore: inital commit
Split project into a Cargo workspace with two crates:

- core/ (noctua_core): UI-independent document library
- ui/ (noctua_ui): COSMIC application scaffold (empty)

justfile for workspace (run, run-cli, check, test, build)
2026-03-07 20:29:18 +01:00

4 lines
134 B
XML

// SPDX-License-Identifier: GPL-3.0-or-later
// src/render/converter.rs
//
// Converts raw document data into renderable page output.