Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madsys-dev/async-ucx

Asynchronous Rust bindings for UCX
https://github.com/madsys-dev/async-ucx

bindings network rust ucx

Last synced: about 9 hours ago
JSON representation

Asynchronous Rust bindings for UCX

Awesome Lists containing this project

README

        

# async-ucx

[![Crate](https://img.shields.io/crates/v/async-ucx.svg)](https://crates.io/crates/async-ucx)
[![Docs](https://docs.rs/async-ucx/badge.svg)](https://docs.rs/async-ucx)
[![CI](https://github.com/madsys-dev/async-ucx/workflows/CI/badge.svg?branch=main)](https://github.com/madsys-dev/async-ucx/actions)

Async Rust UCX bindings.

## Optional features

- `event`: Enable UCP wakeup mechanism.
- `am`: Enable UCP Active Message API.

## License

MIT License