picante 2.0.0

An async incremental query runtime
Documentation
1
2
3
4
5
6
#[picante::tracked]
pub async fn foo<DB>() -> u64 {
    0
}

fn main() {}