kozan-primitives 0.1.0

Foundational types for the Kozan UI platform: geometry, color, units
Documentation
  • Coverage
  • 57.78%
    130 out of 225 items documented3 out of 158 items with examples
  • Size
  • Source code size: 89.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 45s Average build duration of successful builds.
  • all releases: 45s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • darkyeg

Foundational value types for Kozan.

This crate provides the core geometric and visual primitives used throughout the Kozan UI platform: 2D/3D geometry (Point, Size, Rect), colors (Color), CSS-compatible length units, affine and 3D transforms, and a typed arena allocator. These types are intentionally dependency-free and Copy/Clone where possible, serving as the shared vocabulary between layout, paint, and rendering.