Go to file
2022-02-13 11:13:33 +01:00
.cargo Added some fun rustflags 2022-02-11 14:46:30 +01:00
src inline is faster here 2022-02-13 11:13:33 +01:00
.gitignore Include all image files in .gitignore 2022-01-23 20:13:35 +01:00
Cargo.lock Add PNG dependency 2022-01-23 20:14: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
README.md Updated README 2022-01-30 17:13:43 +01:00
rustfmt.toml Fixed metadata key stuff, rustfmt.toml for a better work enviroment 2022-01-25 10:40:02 +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 in release mode (cargo build --release) 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.

Made by lemonsh and famfo.