ptth/crates
_ 6f45f5105e remove `heim` dependency
It doesn't work on Android, and I can't fault it for that (Platform difference)
but it also drags in `uom` which has a bunch of template magic that takes
forever to compile, and I'm pretty sure it's dragging down my compile times.

I tried to build `ptth_server` on nightly to get compile timings, and heim
depends on `socket2` which failed to compile.

And I never ended up using the CPU monitoring. So heim is gone now.
2021-07-11 12:17:36 +00:00
..
always_equal 📝 docs: fix code highlighting in docs, patch bump 2021-04-18 12:41:16 -05:00
debug_proxy switch to rustls 2021-07-11 11:53:41 +00:00
metrics_test 🚧 wip: testing a hypothesis about collecting metrics 2021-04-28 19:50:40 -05:00
ptth_core remove `heim` dependency 2021-07-11 12:17:36 +00:00
ptth_file_server_bin ♻️ refactor: rename file_server::State to file_server::FileServer 2021-04-17 19:10:52 -05:00
ptth_forwarding ⬆️ deps: upgrade everything to Tokio 1.2.0 2021-03-06 21:46:35 +00:00
ptth_forwarding_relay 🚨 fix a bunch of easy clippy warnings 2021-03-21 03:34:47 +00:00
ptth_kv ♻️ refactor: remove un-needed muts 2021-04-18 08:33:07 -05:00
ptth_relay 🐛 bug: don't leak request IDs in the audit log 2021-07-11 10:56:40 +00:00
ptth_server remove `heim` dependency 2021-07-11 12:17:36 +00:00