Updated readme

This commit is contained in:
famfo 2022-02-13 13:17:39 +01:00
parent afff299dfa
commit c3a711c3c9

View file

@ -3,10 +3,10 @@
Decodes [CIF](https://github.com/comes-group/cif-tests) to PNG, written in the only real programming language that exists, Rust.
Build in release mode (`cargo build --release`) or I'll bonk you.
Build using the Makefile (`make`) or I'll bonk you.
Branches:
- `master` "unsafe" branch, uses a reimplementation of the BufReader with multiple safety checks removed for more speed.
- `safe` "safe" branch, uses the safe rust stdlib BufReader.
- `safe` "safe" branch, uses the safe rust stdlib BufReader (out of date).
Made by [lemonsh](https://lemonsh.moe) and [famfo](https://famfo.xyz).