[go: up one dir, main page]

plain 0.2.3

A small Rust library that allows users to reinterpret data of certain types safely.
Documentation
1
2
3
4
5
6

#[derive(Debug, Copy, Clone, Eq, PartialEq)]
pub enum Error {
    TooShort,
    BadAlignment,
}