ptth/crates/ptth_core
_ f44613540e add the multi-call server
This exe can act as both a PTTH and PTTH_QUIC end server.
It's only 17 MB, which is a big improvement over the 15 + 15 for shipping both servers as their own exes
2021-10-02 18:13:14 +00:00
..
src add the multi-call server 2021-10-02 18:13:14 +00:00
Cargo.toml ♻️ refactor: move ptth_server's main into its library so I can make a busybox-style multi-use binary 2021-10-02 17:26:56 +00: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.