Go to file
2022-02-13 17:25:48 -06:00
.cargo SPEEEEEEDDDD 2022-02-13 12:50:30 +01:00
cif-tests@b75d28c082 Updated test runner 2022-02-13 13:46:08 +01:00
src Removed compiler warning (tested) 2022-02-14 00:06:34 +01:00
.gitignore Added makefile for building stripped binaries 2022-02-13 13:02:46 +01:00
.gitmodules Updated test runner 2022-02-13 13:46:08 +01:00
Cargo.lock SPEEEEEEDDDD 2022-02-13 12:50:30 +01:00
Cargo.toml Addeed release profile 2022-01-24 11:46:26 +01:00
LICENSE Update 'LICENSE' 2022-01-25 04:54:04 -06:00
Makefile Added makefile for building stripped binaries 2022-02-13 13:02:46 +01:00
README.md Update 'README.md' 2022-02-13 17:25:48 -06:00
rustfmt.toml Fixed metadata key stuff, rustfmt.toml for a better work enviroment 2022-01-25 10:40:02 +01:00
test_runner.sh Updated test runner 2022-02-13 13:46:08 +01:00

Zardzewiały Dekoder CIF

translates to "Rusty CIF Decoder"

Decodes CIF to PNG, written in the only real programming language that exists, Rust.

Build using the Makefile (make) or I'll bonk you.

Dependencies:

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 and famfo.