Commit Graph

3 Commits

Author SHA1 Message Date
mfahampshire 781d3ee8d0 Add Tunnel::new_with_ipr, re-export IpPair/Recipient, tidy examples
- Add Tunnel::new_with_ipr() for targeting a specific exit node
- Re-export IpPair and Recipient so users don't need direct deps
- Add DNS leak warning to WebSocket example
- Await hyper connection task in HTTPS example
2026-04-29 10:28:04 +01:00
mfahampshire 754603f739 Consolidate architecture docs, tidy examples and README
- Add src/ARCHITECTURE.md as single source of truth for architecture
- Include in docs.rs via doc = include_str!
- Strip duplicated diagrams from tunnel.rs, device.rs, README
- Extract tls_connector() helper in HTTPS example to match websocket example
- Use consistent 'smolmix' casing in README
2026-04-29 10:28:04 +01:00
mfahampshire 8ce8d25f6b Add HTTPS example: hyper over tokio-rustls over smolmix 2026-04-29 10:28:03 +01:00