nexar 0.1.2-beta.1

Distributed runtime with QUIC transport, stream-multiplexed messaging, and built-in collectives
Documentation
1
2
3
4
5
mod buffer;
mod global_ptr;

pub use buffer::{BufferPtr, BufferRef, Device, Host, MemorySpace};
pub use global_ptr::GlobalPtr;