Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 2.51 KB

README.md

File metadata and controls

30 lines (20 loc) · 2.51 KB

cairo-lang-rs

github crates.io docs.rs build status

Rust support for the Cairo programming language.

WIP...

Usage

Parse the content of a cairo file

use cairo_lang::CairoFile;

let instructions = CairoFile::read("file.cairo").unwrap();

Licensed under either of these: