Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madsys-dev/async-ucx
- Owner: madsys-dev
- License: mit
- Created: 2020-07-21T10:50:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T03:18:31.000Z (about 2 years ago)
- Last Synced: 2024-10-06T10:08:40.829Z (about 1 month ago)
- Topics: bindings, network, rust, ucx
- Language: Rust
- Homepage:
- Size: 122 KB
- Stars: 59
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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