mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
2d2bdfe7f1
They aren't meant to be things to model oneself after.
7 lines
98 B
Rust
7 lines
98 B
Rust
#![feature(crate_visibility_modifier)]
|
|
|
|
mod implementation;
|
|
mod queries;
|
|
mod tests;
|
|
|
|
fn main() {}
|