zardzewialy-dekoder-cif/README.md

17 lines
580 B
Markdown
Raw Normal View History

2022-01-24 04:31:24 -06:00
## Zardzewiały Dekoder CIF
*translates to "Rusty CIF Decoder"*
2022-01-22 16:11:25 -06:00
2022-01-24 04:31:24 -06:00
Decodes [CIF](https://github.com/comes-group/cif-tests) to PNG, written in the only real programming language that exists, Rust.
2022-01-22 16:11:25 -06:00
2022-02-14 11:42:56 -06:00
Build in release mode (`cargo build --release`) or I'll bonk you.
2022-01-24 04:31:24 -06:00
2022-02-13 17:25:48 -06:00
Dependencies:
2022-02-14 11:42:56 -06:00
- `lld`
2022-02-13 17:25:48 -06:00
- `rust nightly`
2022-01-30 10:13:43 -06:00
Branches:
- `master` "unsafe" branch, uses a reimplementation of the BufReader with multiple safety checks removed for more speed.
2022-02-13 06:17:39 -06:00
- `safe` "safe" branch, uses the safe rust stdlib BufReader (out of date).
2022-01-30 10:13:43 -06:00
Made by [lemonsh](https://lemonsh.moe) and [famfo](https://famfo.xyz).