Crates.io | keyset-profile |
lib.rs | keyset-profile |
version | 0.3.2 |
source | src |
created_at | 2024-01-02 20:43:54.167458 |
updated_at | 2024-01-07 01:40:34.022106 |
description | Profile type and functionality for keyset |
homepage | |
repository | https://github.com/staticintlucas/keyset-rs |
max_upload_size | |
id | 1086672 |
size | 53,353 |
A (WIP) reimplementation of pykeyset in Rust for improved performance. Eventually this aims to become the backend for pykeyset using a Python wrapper around this project.
Current minimum supported Rust version is 1.70.0, although this is subject to change as development continues.
First, ensure you have fontTools installed on your system and added to your PATH
environment variable.
This can be removed afterwards, it is only needed as a build-time dependency.
cargo install keyset
Coming soon
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
You can install the pre-commit hook (which checks formatting, etc) by running:
pip install -U pre-commit
pre-commit install
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.