Improve algorithm and documentation

This commit is contained in:
Erik Johnston
2018-09-18 15:40:58 +01:00
parent 3ba940c743
commit 096467853d
6 changed files with 821 additions and 290 deletions

View File

@@ -1,11 +1,13 @@
[package]
authors = ["Erik Johnston"]
name = "rust-synapse-compress-state"
name = "synapse-compress-state"
version = "0.1.0"
description = "A tool to compress some state in a Synapse instance's database"
[dependencies]
clap = "2.32.0"
fallible-iterator = "0.1.5"
indicatif = "0.9.0"
postgres = "0.15.2"
rayon = "1.0.2"