linearity

Crates.iolinearity
lib.rslinearity
version1.2.0
sourcesrc
created_at2024-07-05 14:21:23.054825
updated_at2024-10-01 17:07:10.821242
descriptionLibrary providing various operations commonly found in branchless programming
homepage
repository
max_upload_size
id1292773
size71,989
Jonas Cohen (advantageous-overtake)

documentation

https://docs.rs/linearity

README

Introduction

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.

Usage

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.

Contributing

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.

License

This crate is distributed under the terms of the AGPLV3 license. See LICENSE for more information.

Commit count: 0

cargo fmt