sixtyfps-common 0.1.6

Helper crate for sharing code & data structures between sixtyfps-corelib and sixtyfps-compiler
Documentation
// Copyright © SixtyFPS GmbH <info@sixtyfps.io>
// SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)

/*!
    This crate contains internal data structures and code that is shared between
    the sixtyfps-corelib and the sixtyfps-compiler(lib) crates.

**NOTE**: This library is an **internal** crate for the [SixtyFPS project](https://sixtyfps.io).
This crate should **not be used directly** by applications using SixtyFPS.
You should use the `sixtyfps` 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.

*/

#![no_std]

pub mod key_codes;