kasuari 0.4.11

A rust layout solver for GUIs, based on the Cassowary algorithm. A fork of the unmaintained cassowary-rs crate with improvments and bug fixes. Kasuari is the indonesian name for the cassowary bird.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# configuration for https://rust-lang.github.io/rustfmt/

use_field_init_shorthand = true

# unstable options
comment_width = 100
format_code_in_doc_comments = true
format_macro_matchers = true
group_imports = "StdExternalCrate"
imports_granularity = "Module"
normalize_doc_attributes = true
wrap_comments = true