https://github.com/rustonaut/lut
lut - look up tables for every one (in rust)
https://github.com/rustonaut/lut
Last synced: 6 months ago
JSON representation
lut - look up tables for every one (in rust)
- Host: GitHub
- URL: https://github.com/rustonaut/lut
- Owner: rustonaut
- License: apache-2.0
- Created: 2017-12-05T12:18:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T12:57:13.000Z (over 6 years ago)
- Last Synced: 2025-07-01T09:55:42.270Z (12 months ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
lut (lookup tables for every one) [](https://crates.io/crates/lut) [](https://docs.rs/lut) [](https://opensource.org/licenses/Apache-2.0) [](https://travis-ci.org/1aim/lut)
=================================
**For now this is no longer maintained.**
Currently this provides a complex macro. In the future this should
be a proc-macro which will enable most of the benefits behind this
crate with nive ergonomics. Also currently this crate contains some
feature-gated lookup tables. They will be moved out of this crate
in the future.
License
=======
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
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.
Change Log
==========