cberner / redb

An embedded key-value database in pure Rust
https://www.redb.org
Apache License 2.0
3.38k stars 157 forks source link

Chrono Support #891

Open wyatt-herkamp opened 3 weeks ago

wyatt-herkamp commented 3 weeks ago

Hey, I store some timestamps inside Redb. It would be nice if Redb could directly support chrono.

Maybe also directly support the time crate while adding chrono support.