aboutsummaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorBob Beck <bbe@google.com>2023-08-08 14:29:58 -0600
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-08-09 22:59:04 +0000
commit8d19c850d4dbde4bd7ece463c3b3f3685571a779 (patch)
tree5ac8d765d058b42c97f257a4719f76ddec6d78a4 /rust
parent77d431746df1f86927cf8462533aa5b0f67323a1 (diff)
downloadboringssl-8d19c850d4dbde4bd7ece463c3b3f3685571a779.zip
boringssl-8d19c850d4dbde4bd7ece463c3b3f3685571a779.tar.gz
boringssl-8d19c850d4dbde4bd7ece463c3b3f3685571a779.tar.bz2
Add rust API instability warning
Change-Id: I203a19b59c23def9bca6f01c2b6e8c885b0c9c3f Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/62205 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: Bob Beck <bbe@google.com> Auto-Submit: Bob Beck <bbe@google.com>
Diffstat (limited to 'rust')
-rw-r--r--rust/bssl-crypto/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/bssl-crypto/README.md b/rust/bssl-crypto/README.md
index bc7371a..9518862 100644
--- a/rust/bssl-crypto/README.md
+++ b/rust/bssl-crypto/README.md
@@ -9,3 +9,6 @@ cd rust/bssl-crypto && cargo clippy && cargo deny check && cargo test
```
Unlike BoringSSL itself, this crate does not attempt to handle allocation failures. If an allocation fails, functions in this crate will panic.
+
+WARNING - This crate is experimental and does *NOT* have a stable API. We expect to iterate on the API as it develops. If you use this crate you must be prepared to adapt your code to future changes as they occur.
+