Skip to content

Commit 8a374a9

Browse files
committed
update README
Signed-off-by: Runji Wang <[email protected]>
1 parent 7f60ede commit 8a374a9

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

57
Async 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

ucx1-sys/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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.

ucx1-sys/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

0 commit comments

Comments
 (0)