Skip to content

alexandria

I can think of no other edifice constructed by man as altruistic as a lighthouse. They were built only to serve.

George Bernard Shaw

Alexandria

Alexandria is a community maintained standard library for Cairo 1.0. It is a collection of useful algorithms and data structures implemented in Cairo.

Overview

Its scope includes the following crates:

Integration

Integrating Alexandria into your project is straightforward. Simply add the desired crates to your Scarb.toml file:

[dependencies]
alexandria_math = { git = "https://github.com/keep-starknet-strange/alexandria.git" }
alexandria_data_structures = { git = "https://github.com/keep-starknet-strange/alexandria.git" }

References

Find the Alexandria repo