Crates.io | linearity |
lib.rs | linearity |
version | 1.2.0 |
source | src |
created_at | 2024-07-05 14:21:23.054825 |
updated_at | 2024-10-01 17:07:10.821242 |
description | Library providing various operations commonly found in branchless programming |
homepage | |
repository | |
max_upload_size | |
id | 1292773 |
size | 71,989 |
linearity
is a crate for various operations commonly found in branchless programming.
The primary trait is [Linearity
], it provides facilities for clear and concise branchless programming.
See the totality of the crate documentation for more information.
To use linearity
in your project, add the following lines to your Cargo.toml
file:
[dependencies]
linearity = "1"
Then, in your Rust code, you can import and use the crate as follows:
use linearity::Linearity;
For detailed usage examples and API documentation, please refer to the crate documentation.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.
This crate is distributed under the terms of the AGPLV3 license. See LICENSE
for more information.