Rust support for the Cairo programming language.
WIP...
Parse the content of a cairo file
use cairo_lang::CairoFile;
let instructions = CairoFile::read("file.cairo").unwrap();
Licensed under either of these:
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
- All *.cairo files in ./common/ and ./test-data/ are taken from starkware-libs/cairo-lang and are thus licensed under the Cairo Toolchain License