Welcome to cairo-lib – a comprehensive library for the Cairo language. This library provides a suite of tools to supercharge your Cairo development experience. Inspired by Alexandria.
To compile the library:
scarb buildTo format your code:
scarb fmtRun the tests using:
scarb testAdd to your Scarb.toml dependencies:
[dependencies]
cairo_lib = { git = "https://github.com/HerodotusDev/cairo-lib.git" }For example, to utilize a specific tool from the library:
use cairo_lib::utils::types::words64::{Words64, Words64Trait};cairo-lib is licensed under the GNU General Public License v3.0.
