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.
See our guidelines for contributing at CONTRIBUTING.md and get started!
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