Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rustonaut/lut
lut - look up tables for every one (in rust)
https://github.com/rustonaut/lut
Last synced: about 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T12:57:13.000Z (over 5 years ago)
- Last Synced: 2024-10-31T21:02:28.934Z (2 months ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 1
- Watchers: 4
- 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) [![Crates.io](https://img.shields.io/crates/v/lut.svg)](https://crates.io/crates/lut) [![lut](https://docs.rs/lut/badge.svg)](https://docs.rs/lut) [![License](https://img.shields.io/badge/License-MIT%2FApache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Build Status](https://travis-ci.org/1aim/lut.svg?branch=master)](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
==========