docs: document crypto RC version dependencies (#732) (#4011)

* docs: document crypto RC version dependencies

Add comment explaining why aes-gcm and chacha20poly1305 use RC
versions and the migration path when stable versions are released.

Refs #732

* fix: remove all backlog links from code and comments
This commit is contained in:
Zhengchao An
2026-06-28 20:47:51 +08:00
committed by GitHub
parent cd165ab181
commit aa8b8b5706
4 changed files with 3 additions and 3 deletions
-1
View File
@@ -17,7 +17,6 @@
//! This crate provides buffered readers and writers for I/O operations.
//! Note: despite "ZeroCopy" naming in type names (kept for backward compatibility),
//! the actual implementations perform mmap-then-copy or aligned pread, not true
//! zero-copy. See https://github.com/rustfs/backlog/issues/733
//!
//! # Features
//!