mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +00:00
2d2bdfe7f1
They aren't meant to be things to model oneself after.
10 lines
152 B
Rust
10 lines
152 B
Rust
#![feature(crate_visibility_modifier)]
|
|
#![feature(underscore_imports)]
|
|
|
|
mod counter;
|
|
mod implementation;
|
|
mod log;
|
|
mod queries;
|
|
mod tests;
|
|
|
|
fn main() {}
|