Veritius

Results 25 issues of Veritius

Is an API for sending streams of bytes worth the effort? Datagrams (messages) would still be the main method of transmitting information, but you could also use a stream of...

A-Transport
A-Messaging

There needs to be better documentation for people trying to write transport layers. Most of it can be more or less figured out from digging through rustdoc, but high level...

C-Documentation
A-Transport

A-Transport
A-Extensions

I've yet to test WebAssembly [web-time]'s docs say that `Instant::now()` panics on WASM. This function is used in `NetworkPeer::new()` so this would panic on WASM. The rust docs don't document...

O-Web

Requires #35, addresses #5, and supersedes #9

A-Transport
A-Extensions