File tree Expand file tree Collapse file tree 4 files changed +43
-1
lines changed
Expand file tree Collapse file tree 4 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 0.1.0] - 2022-04-20
10+
11+ ### Added
12+
13+ - Asynchronous UCP bindings.
Original file line number Diff line number Diff line change 11# async-ucx
22
3- [ ![ CI] ( https://github.com/wangrunji0408/async-ucx/workflows/CI/badge.svg?branch=master )] ( https://github.com/wangrunji0408/async-ucx/actions )
3+ [ ![ Crate] ( https://img.shields.io/crates/v/async-ucx.svg )] ( https://crates.io/crates/async-ucx )
4+ [ ![ Docs] ( https://docs.rs/async-ucx/badge.svg )] ( https://docs.rs/async-ucx )
5+ [ ![ CI] ( https://github.com/madsys-dev/async-ucx/workflows/CI/badge.svg?branch=main )] ( https://github.com/madsys-dev/async-ucx/actions )
46
57Async Rust UCX bindings.
8+
9+ ## Optional features
10+
11+ - ` event ` : Enable UCP wakeup mechanism.
12+ - ` am ` : Enable UCP Active Message API.
13+
14+ ## License
15+
16+ MIT License
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 0.1.0] - 2022-04-20
10+
11+ Initial release.
Original file line number Diff line number Diff line change 1+ # ucx1-sys
2+
3+ [ ![ Crate] ( https://img.shields.io/crates/v/ucx1-sys.svg )] ( https://crates.io/crates/ucx1-sys )
4+ [ ![ Docs] ( https://docs.rs/ucx1-sys/badge.svg )] ( https://docs.rs/ucx1-sys )
5+ [ ![ CI] ( https://github.com/madsys-dev/async-ucx/workflows/CI/badge.svg?branch=main )] ( https://github.com/madsys-dev/async-ucx/actions )
6+
7+ Rust FFI bindings to UCX.
You can’t perform that action at this time.
0 commit comments