cairo-lang-syntax 2.18.0

Cairo syntax representation.
Documentation
1
2
3
4
5
6
7
#[salsa::db]
#[derive(Default, Clone)]
pub struct DatabaseForTesting {
    storage: salsa::Storage<DatabaseForTesting>,
}
#[salsa::db]
impl salsa::Database for DatabaseForTesting {}