Crate lowlevel_types

Crate lowlevel_types 

Source
Expand description

§Lowlevel Types

Lowlevel Types is an implementation of types commonly used for low level access, such as ASCII characters and strings.

§Features

  • Built in support for Serde serialization and deserialization
  • ASCII Character and Fixed Length String support

§Installation

Add this to your Cargo.toml:

[dependencies]
lowlevel-types = { version = "1" }

Lowlevel Types is copyright © 2025 JEleniel and released under either The MIT License or The Apache License, at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you shall be licensed as above, without any additional terms or conditions.

Modules§

ascii
ASCII types