disposition_taffy_model

Crates.iodisposition_taffy_model
lib.rsdisposition_taffy_model
version0.0.3
created_at2026-01-06 03:19:08.704738+00
updated_at2026-01-19 18:42:12.327792+00
descriptionData types for disposition to work with taffy.
homepagehttps://azriel.im/disposition
repositoryhttps://github.com/azriel91/disposition
max_upload_size
id2025111
size35,420
Azriel Hoh (azriel91)

documentation

https://docs.rs/disposition_taffy_model/

README

📐 disposition

Crates.io docs.rs CI Coverage Status

SVG diagram generator.

[!NOTE]

🚧 This crate is a work in progress.

See design notes at https://peace.mk/book/side_projects/disposition.html.

Usage

Add the following to Cargo.toml:

[dependencies]
disposition = "0.0.3"

In code:

use disposition;

todo!("This crate is a work in progress.")

Development

Playground

Install dx (dioxus build tool):

cargo install cargo-binstall
cargo binstall dioxus-cli

Run dx serve in app/playground:

cd app/playground
dx serve

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 233

cargo fmt