• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scripts/H03-May-2022-13991

src/H03-May-2022-1,239561

tests/H03-May-2022-243175

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D07-Feb-202074 65

.gitignoreH A D04-Feb-202089 85

.travis.ymlH A D04-Feb-20201.8 KiB6755

Cargo.tomlH A D07-Feb-20201 KiB3430

Cargo.toml.orig-cargoH A D07-Feb-2020531 2218

LICENSE-ZLIB.mdH A D04-Feb-2020851 126

README.mdH A D04-Feb-20201.2 KiB2718

appveyor.ymlH A D04-Feb-2020981 4638

bors.tomlH A D04-Feb-202051 21

changelog.mdH A D07-Feb-2020985 2619

pedantic.batH A D04-Feb-202036 21

rustfmt.tomlH A D04-Feb-2020175 98

README.md

1[![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib)
2![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.34-green.svg)
3[![travis.ci](https://travis-ci.org/Lokathor/bytemuck.svg?branch=master)](https://travis-ci.org/Lokathor/bytemuck)
4[![AppVeyor](https://ci.appveyor.com/api/projects/status/hgr4if0snmkmqj88/branch/master?svg=true)](https://ci.appveyor.com/project/Lokathor/bytemuck/branch/master)
5[![crates.io](https://img.shields.io/crates/v/bytemuck.svg)](https://crates.io/crates/bytemuck)
6[![docs.rs](https://docs.rs/bytemuck/badge.svg)](https://docs.rs/bytemuck/)
7
8# bytemuck
9
10A crate for mucking around with piles of bytes.
11
12## Extensions
13
14There is experimental support for the `Zeroable` trait being derived through a
15proc-macro. I'm not the author of that crate, please file bugs with that crate
16in the other repo.
17
18* https://github.com/rodrimati1992/zeroable_crates
19
20## Stability
21
22The goal is to stay at 1.y.z until _at least_ the next edition of Rust.
23
24I consider any increase of the Minimum Rust Version to be a semver breaking change,
25so `rustc-1.34` will continue to be supported for at least the rest of the
26`bytemuck-1.y.z` series of the crate.
27