nexar 0.1.2

Distributed runtime with QUIC transport, stream-multiplexed messaging, and built-in collectives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod async_client;
mod bootstrap;
mod bootstrap_mesh;
mod byte_transport;
mod collectives;
mod collectives_nb;
mod elastic;
mod hash;
mod messaging;
mod rebuild;
mod split;
mod sync_client;
mod typed_collectives;

pub use async_client::NexarClient;
pub use sync_client::SyncClient;