graphitepdf-primitives 0.4.0

Primitive element type constants and shared foundational types for graphitepdf.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "graphitepdf-primitives"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license-file.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
authors = ["admirsaheta <admir@flyrank.com>"]
description = "Primitive element type constants and shared foundational types for graphitepdf."
documentation = "https://docs.rs/graphitepdf-primitives"
keywords = ["pdf", "primitives", "layout", "graphics", "renderer"]
readme = "README.md"

[lib]
path = "src/lib.rs"