ptth/crates/ptth_core
_ 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
..
src remove `heim` dependency 2021-07-11 12:17:36 +00:00
Cargo.toml ♻️ refactor: make `load_templates` private 2021-04-17 20:50:48 -05:00
README.md 📝 docs: update README for bottom crates 2021-04-18 12:37:37 -05:00

README.md

PTTH core

Common code used by both ptth_relay and ptth_server. Most users will want to use those binary crates directly.