5个版本
0.0.5 | 2023年1月24日 |
---|---|
0.0.4 | 2023年1月13日 |
0.0.3 | 2023年1月9日 |
0.0.2 | 2023年1月7日 |
0.0.1 | 2023年1月7日 |
#2395 在 数据结构
每月42次下载
52KB
947 代码行
slice-cell
slice_cell::SliceCell<T>
类似于 Cell<[T]>
,但有一些额外功能。
特别是,&SliceCell<u8>
实现了 std::io::Read
和 Write
(在 "std"
cargo功能下),tokio::io::AsyncRead
和 AsyncWrite
(在 "tokio"
cargo功能下),而 slice_cell::io::Cursor<&SliceCell<u8>>
也实现了这些以及 std::io::Seek
和 tokio::io::AsyncSeek
。
依赖项
~0–1.1MB
~19K SLoC