slint/internal/common
Olivier Goffart 1e8f44b81a Apply suggestions from code review
Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
2022-05-13 13:15:51 +02:00
..
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Bump version number to 0.2.5 2022-05-09 16:16:00 +00:00
enums.rs Apply suggestions from code review 2022-05-13 13:15:51 +02:00
key_codes.rs Fix a bunch of documentation warnings 2022-04-26 12:47:34 +02:00
lib.rs Declare .slint enum in one place in i-slint-common 2022-04-14 19:17:48 +02:00
README.md Fix extra identation in the README 2022-02-10 09:28:14 +01:00

This crate contains internal data structures and code that is shared between the i-slint-core and the i-slint-compiler crates.

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.