HackFSU / feather-code

Encoding and Decoding for custom visual encoding format that extends the Code128 barcode standard.
Mozilla Public License 2.0
0 stars 0 forks source link
computer-vision hackathon hackfsu rust visual-encoding

hack fsu banner

HackFSU Feather Codes

Build Status MPL 2.0 Made with love

To facilitate the interaction with our hackers, judges, mentors, and volunteers at HackFSU, we devise a custom barcode-like visual data encoding system based on our logo, compatible with existing Code128 barcode scanners.

Contributing

See our guidelines for contributing at CONTRIBUTING.md and get started!

Quickstart

Clone this repository to get started!

git clone https://github.com/hackfsu/feather-code.git && cd feather-code

Then run the tests to make sure verything went well with

cargo test

If you don't have the rust toolchain installed, run this command (on a Unix system):

curl https://sh.rustup.rs -sSf | sh