tinyroute
tinyroute copied to clipboard
A small networked message passing library
Add a feature flag to enable TLS, and two additional feature flags for native and bundled certs. The ergonomics are open for discussion.
Update all dependencies to the latest version, especially breaking versions of `rustls` and related machinery. **Note:** This builds on top of #14 as the project doesn't build without it. Therefore,...
Seems the module `errors` was renamed to `error` but the `error.rs` file is missing in the latest commit. This restores the deleted errors.rs file and renames it to error.rs, assuming...