File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ They are present in the directory `libcblite`.
35
35
36
36
The different releases can be found in [ this page] [ CBL_DOWNLOAD_PAGE ] .
37
37
38
- Running the following script will download and setup the libraries locally:
38
+ When a new C release is available, a new Rust release must be created. Running the following script will download and setup the libraries locally:
39
39
40
40
``` shell
41
41
$ ./update_cblite_c.sh -v 3.2.1
42
42
```
43
43
44
- If the command fails on MacOS when downloading the packages , you might need to install wget or a recent bash version:
44
+ If the script fails on MacOS, you might need to install wget or a recent bash version:
45
45
46
46
``` shell
47
47
$ brew install wget
@@ -50,7 +50,7 @@ $ brew install bash
50
50
51
51
After that, fix the compilation & tests and you can create a pull request.
52
52
53
- New features should also be added to the Rust API at some point.
53
+ New C features should also be added to the Rust API at some point.
54
54
55
55
### Test
56
56
@@ -80,9 +80,7 @@ $ LSAN_OPTIONS=suppressions=san.supp RUSTFLAGS="-Zsanitizer=address" cargo +nigh
80
80
81
81
[ C API reference] [ CBL_API_REFERENCE ]
82
82
83
- The Rust API is mostly method-for-method compatible with the languages documented there, except
84
- down at the document property level (dictionaries, arrays, etc.) where I haven't yet written
85
- compatible bindings. For those APIs you can check out the document "[ Using Fleece] [ FLEECE ] ".
83
+ [ Using Fleece] [ FLEECE ]
86
84
87
85
[ RUST ] : https://www.rust-lang.org
88
86
You can’t perform that action at this time.
0 commit comments