Crates.io | ioslice |
lib.rs | ioslice |
version | 0.6.0 |
source | src |
created_at | 2020-09-08 14:43:40.130354 |
updated_at | 2024-03-18 15:21:32.166122 |
description | no_std I/O slices that are still optionally ABI compatible with std and lbc |
homepage | |
repository | https://github.com/4lDO2/ioslice-rs |
max_upload_size | |
id | 286156 |
size | 85,492 |
Provides I/O byte slice types that implement most traits that regular slices
implement, and are ABI compatible with struct iovec
or WSABUF
.
Additionally, various utility functions and traits for dealing with
uninitialized memory in safe code is also included.