Crates.io | kas |
lib.rs | kas |
version | 0.14.2 |
source | src |
created_at | 2019-01-12 13:11:26.721228 |
updated_at | 2023-12-12 13:46:25.137503 |
description | A pure-Rust GUI toolkit with stateful widgets |
homepage | |
repository | https://github.com/kas-gui/kas |
max_upload_size | |
id | 108155 |
size | 209,230 |
KAS is a stateful, pure-Rust GUI toolkit supporting:
Examples: examples
dir, kas-gui/7guis.
kas is a meta-package serving as the library's public API, yet containing no real code. Other crates in this repo:
Significant external dependencies:
autoimpl
and impl_scope
(extensible) macrosThe kas
crate enables most important features by default, excepting those
requiring nightly rustc
. Other crates enable fewer features by default.
See Cargo.toml.
The COPYRIGHT file includes a list of contributors who claim copyright on this project. This list may be incomplete; new contributors may optionally add themselves to this list.
The KAS library is published under the terms of the Apache License, Version 2.0. You may obtain a copy of this licence from the LICENSE file or on the following webpage: https://www.apache.org/licenses/LICENSE-2.0