type-level-logic

Crates.iotype-level-logic
lib.rstype-level-logic
version0.1.0
sourcesrc
created_at2016-12-02 19:05:11.387314
updated_at2016-12-02 19:05:11.387314
descriptionPrimitive types and operations for type-level logic.
homepagehttps://github.com/sdleffler/type-level-logic-rs
repositoryhttps://github.com/sdleffler/type-level-logic-rs
max_upload_size
id7445
size82,645
Shea Leffler (sdleffler)

documentation

https://docs.rs/type-level-logic

README

Build Status

Type Level Logic for Rust

This crate provides various primitives for writing type-level code in Rust. It makes heavy use of the type-operators crate, and provides strongly enforced and weakly enforced variants of numerical logic, boolean logic, and other useful components.

Current features:

  • Unsigned integers (using a ternary representation)
  • Signed integers (using a balanced ternary representation)
  • Boolean logic

Projected features:

  • Type-level lists and sets

Documentation

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 18

cargo fmt