cairo-lang-rs

APACHE-2.0 License

Stars
37

cairo-lang-rs

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: