lib.rs
binlog. A rust library for creating and managing logs of arbitrary binary data. Presently it's used to collect sensor data. But it should generally be helpful in cases where you need to store timeseries data, in a nearly (but not strictly) append-only fashion. The underlying storage of logs are pluggable via a few traits. Binlog includes built ...