CoderTypist / Crust

Emulate Rust's Option and Result types in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crust

An attempt to add Rust-like features to C code. Please note that the goal is not efficiency, memory safety nor security.

About

Emulate Rust's Option and Result types in C.

License:MIT License


Languages

Language:C 99.0%Language:Makefile 1.0%