mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-22 14:52:50 +00:00
15 lines
790 B
Markdown
15 lines
790 B
Markdown
[![License:Zlib](https://img.shields.io/badge/License-Zlib-brightgreen.svg)](https://opensource.org/licenses/Zlib)
|
|
![Minimum Rust Version](https://img.shields.io/badge/Min%20Rust-1.34-green.svg)
|
|
[![travis.ci](https://travis-ci.org/Lokathor/bytemuck.svg?branch=master)](https://travis-ci.org/Lokathor/bytemuck)
|
|
[![AppVeyor](https://ci.appveyor.com/api/projects/status/hgr4if0snmkmqj88/branch/master?svg=true)](https://ci.appveyor.com/project/Lokathor/bytemuck/branch/master)
|
|
[![crates.io](https://img.shields.io/crates/v/bytemuck.svg)](https://crates.io/crates/bytemuck)
|
|
[![docs.rs](https://docs.rs/bytemuck/badge.svg)](https://docs.rs/bytemuck/)
|
|
|
|
# bytemuck
|
|
|
|
A crate for mucking around with piles of bytes.
|
|
|
|
## Stability
|
|
|
|
The goal is to stay at 1.0 until at least the next edition of Rust.
|