data-view 0.1.0

A library for viewing data in a table format.
Documentation

This library provides a data view for reading and writing data in a byte array.

This library requires feature(generic_const_exprs) to be enabled. whice is a nightly feature.

So you need nightly compiler to use this library.

It also works with [no_std] environment.