Це програма для Linux під назвою Zerocopy, останню версію якої можна завантажити як v0.8.27sourcecode.tar.gz. Її можна запускати онлайн на безкоштовному хостинг-провайдері OnWorks для робочих станцій.
Download and run online this app named Zerocopy with OnWorks for free.
Дотримуйтесь цих інструкцій, щоб запустити цю програму:
- 1. Завантажив цю програму на свій ПК.
- 2. Введіть у наш файловий менеджер https://www.onworks.net/myfiles.php?username=XXXXX із потрібним ім'ям користувача.
- 3. Завантажте цю програму в такий файловий менеджер.
- 4. Запустіть онлайн-емулятор OnWorks Linux або Windows або онлайн-емулятор MACOS з цього веб-сайту.
- 5. З ОС OnWorks Linux, яку ви щойно запустили, перейдіть до нашого файлового менеджера https://www.onworks.net/myfiles.php?username=XXXXX з потрібним іменем користувача.
- 6. Завантажте програму, встановіть її та запустіть.
Нульова копія
Ad
ОПИС
Zerocopy is a Rust library designed to make zero-cost memory manipulation both safe and effortless. It allows developers to reinterpret or convert raw byte sequences into structured types—and vice versa—without writing unsafe code directly. The crate provides safe abstractions for transmuting data while preserving Rust’s strict safety guarantees, removing the need for manual memory manipulation. Zerocopy introduces a suite of conversion traits such as TryFromBytes, FromBytes, IntoBytes, and FromZeros for defining how types can be safely constructed from or written to byte sequences. It also includes marker traits like KnownLayout, Immutable, and Unaligned to define type characteristics used in conversions. Complementing these traits are conversion macros that perform compile-time checks to ensure size and alignment safety, providing zero runtime overhead for unconditional casts.
Функції
- Four key conversion traits (TryFromBytes, FromBytes, IntoBytes, FromZeros)
- Marker traits (KnownLayout, Immutable, Unaligned) to define memory guarantees
- Compile-time checked macros for safe transmutation between types
- Byte-order aware integer types for network and systems programming
- no_std compatible, with optional alloc and std feature support
- SIMD and floating-point support via optional Cargo features
Мова програмування
Іржа
Категорії
This is an application that can also be fetched from https://sourceforge.net/projects/zerocopy.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.