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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ license = "MIT OR Apache-2.0"
215
215
|`stream`| no |`std::io` streaming wrappers. |
216
216
|`allow-wasm32-best-effort-wipe`| no | Explicitly allow `wasm32` builds with compiler-fence-only cleanup. |
217
217
|`allow-compiler-fence-only-wipe`| no | Explicitly allow unsupported native architectures to build with compiler-fence-only cleanup after platform review. |
218
-
|`tokio`| no | Reserved for future async streaming wrappers; currently inert and dependency-free. |
218
+
|`tokio`| no | Reserved placeholder in the core crate; currently inert and dependency-free. Use `base64-ng-tokio` for the admitted async helper and streaming adapter surface. |
219
219
|`kani`| no | Reserved for verifier harnesses; normal builds do not require Kani. |
220
220
|`fuzzing`| no | Reserved for verifier and fuzz harness integration; published crate stays dependency-free. |
221
221
@@ -1123,7 +1123,7 @@ Security commitments:
1123
1123
-[docs/ASYNC.md](docs/ASYNC.md) defines the admission bar for async/Tokio
1124
1124
APIs. The optional companion crate now admits read-all/write-all helpers and
1125
1125
manual `AsyncRead`/`AsyncWrite` streaming adapters; the core `tokio` feature
1126
-
remains deferred and inert.
1126
+
remains reserved and inert.
1127
1127
-[docs/DEPENDENCIES.md](docs/DEPENDENCIES.md) defines the dependency
1128
1128
admission bar for any future external crate.
1129
1129
-`runtime::backend_report()` exposes the active admitted backend, detected
0 commit comments