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: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,13 @@ The repo consists of multiple crates
9
9
10
10
| Library | Status | Description |
11
11
|---------|--------|-------------|
12
-
|**foundationdb**|[](https://crates.io/crates/foundationdb)[](https://docs.rs/foundationdb)| High level FoundationDB client API |
13
-
|**foundationdb-sys**|[](https://crates.io/crates/foundationdb-sys)[](https://docs.rs/foundationdb-sys)| C API bindings for FoundationDB |
12
+
|[**foundationdb**](foundationdb/README.md)|[](https://crates.io/crates/foundationdb)[](https://docs.rs/foundationdb)| High level FoundationDB client API |
13
+
|[**foundationdb-sys**](foundationdb-sys/README.md)|[](https://crates.io/crates/foundationdb-sys)[](https://docs.rs/foundationdb-sys)| C API bindings for FoundationDB |
14
14
|**foundationdb-gen**| n/a | Code generator for common options and types of FoundationDB |
15
15
16
+
The current version requires rustc 1.39+ to work (async/await feature).
17
+
The previous version (0.3) is still maintained and is available within the 0.3 branch.
0 commit comments