Skip to content

mattsse/cairo-lang-rs

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages