You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ resolver = "3"
15
15
[workspace.package]
16
16
version = "0.1.0"
17
17
edition = "2024"
18
-
description = "Lightweight Rust bindings for Libfabric - a communication API for high-performance parallel and distributed applications."
18
+
description = "The official distribution of lightweight Rust bindings for Libfabric - a communication API for high-performance parallel and distributed applications, by the OFI Working Group."
Copy file name to clipboardExpand all lines: bindings/rust/README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# ofi-libfabric-sys
2
+
3
+
The official distribution of lightweight Rust bindings for Libfabric - a communication API for high-performance parallel and distributed applications, by the OFI Working Group.
4
+
1
5
### Motivation
2
6
3
7
Increasing number of HPC networking code is being written in Rust. Naturally, to
@@ -14,15 +18,19 @@ unit upon compilation.
14
18
### Build
15
19
16
20
```
21
+
// Not strictly necessary for the build process, but necessary for running the built library.
0 commit comments