zardzewialy-dekoder-cif/README.md
2022-02-14 18:42:56 +01:00

17 lines
580 B
Markdown

## Zardzewiały Dekoder CIF
*translates to "Rusty CIF Decoder"*
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.
Dependencies:
- `lld`
- `rust nightly`
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 (out of date).
Made by [lemonsh](https://lemonsh.moe) and [famfo](https://famfo.xyz).