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
$ LSAN_OPTIONS=suppressions=san.supp RUSTFLAGS="-Zsanitizer=address" cargo +nightly test --verbose --features=flaky-test flaky
76
70
```
77
71
78
72
## Learning
@@ -85,14 +79,23 @@ The Rust API is mostly method-for-method compatible with the languages documente
85
79
down at the document property level (dictionaries, arrays, etc.) where I haven't yet written
86
80
compatible bindings. For those APIs you can check out the document "[Using Fleece][FLEECE]".
87
81
88
-
(FYI, if you want to see what bindgen's Rust translation of the C API looks like, it's in the file `bindings.rs` in `build/couchbase-lite-*/out`, where "`*`" will be some hex string. This is super unlikely to be useful unless you want to work on improving the high-level bindings themselves.)
82
+
(FYI, if you want to see what bindgen's Rust translation of the C API looks like, it's in the file `bindings.rs` in
83
+
`build/couchbase-lite-*/out`, where "`*`" will be some hex string. This is super unlikely to be useful unless you want
84
+
to work on improving the high-level bindings themselves.)
0 commit comments