tbytes 0.1.0

A tiny library for reading and writing typed data into buffers
Documentation
# Ignore everything
*
# Unless

# Git
!/.gitignore
!/.gitmodules

# Sources
!/src
!/src/**
!/tests
!/tests/**
!/examples
!/examples/**

# Submodules
!/mavlink
!/message_definitions
!/message_definitions/**

# Executables & scripts
!/bin
!/bin/**

# Cargo
!/Cargo.lock
!/Cargo.toml
!/Cross.toml
!/build.rs

# Docs
!/README.md
!/LICENSE
!/LICENSE-APACHE
!/LICENSE-MIT
!/avatar.png
!/avatar.svg

# CI
!/.gitlab-ci.yml
!/.gitlab-ci
!/.gitlab-ci/**

# Still, explicitely ignore these
/target