paperforge-layout 0.2.0

High-level document layout engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "paperforge-layout"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["pdf", "layout", "text", "tables"]
categories = ["text-processing", "rendering"]
description = "High-level document layout engine"
readme = "../../README.md"

[dependencies]
paperforge-core = { version = "0.2", path = "../core" }