atuin/atuin-common
Ellie Huxtable f4240aa62b
Initial implementation of calendar API (#298)
This can be used in the future for sync so that we can be more
intelligent with what we're doing, and only sync up what's needed

I'd like to eventually replace this with something more like a merkle
tree, hence the hash field I've exposed, but that can come later

Although this does include a much larger number of count queries, it
should also be significantly more cache-able. I'll follow up with that
later, and also follow up with using this for sync :)
2022-04-13 18:29:18 +01:00
..
src Initial implementation of calendar API (#298) 2022-04-13 18:29:18 +01:00
Cargo.toml goodbye warp, hello axum (#296) 2022-04-12 23:06:19 +01:00