cloudflare-quick-tunnel 0.1.0

Pure-Rust client for Cloudflare quick tunnels (https://*.trycloudflare.com) — no cloudflared subprocess. Speaks QUIC + capnp-RPC to the argotunnel edge directly.
Documentation
1
2
3
4
5
//! Deprecated stub — the Cap'n Proto bindings now live at the crate
//! root (see `src/lib.rs`) because the generator emits absolute
//! `crate::<schema>_capnp::*` paths between schemas. This file
//! stays as an empty module so nothing in-tree breaks while
//! downstream call sites get refactored.