cssbox-core 0.1.0

Standalone CSS layout engine — core algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "cssbox-core"
version.workspace = true
edition.workspace = true
license.workspace = true
description = "Standalone CSS layout engine — core algorithms"
repository = "https://github.com/npow/cssbox"

[features]
default = ["std"]
std = []

[dependencies]