An open API service indexing awesome lists of open source software.

https://github.com/seankerr/rust-byte-slice

Byte slice manipulation macros
https://github.com/seankerr/rust-byte-slice

Last synced: 10 months ago
JSON representation

Byte slice manipulation macros

Awesome Lists containing this project

README

          

# byte-slice

![Build: Passing](https://img.shields.io/badge/build-passing-brightgreen.svg)
![dev: 0.1.9](https://img.shields.io/badge/dev-0.1.9-ff69b4.svg)
![license: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue.svg)

This module provides macros that assist with manipulation of byte slices.

## API Documentation

https://docs.rs/byte-slice/0.1.11/byte_slice

## Real World Examples

https://github.com/seankerr/rust-http-box/blob/master/src/collect.rs