lowlevel-types

Crates.iolowlevel-types
lib.rslowlevel-types
version1.0.0-beta.3
created_at2025-08-29 20:28:05.918627+00
updated_at2025-09-04 10:22:18.930954+00
descriptionRust types for working with low level data structures, such as ASCII characters and strings
homepage
repositoryhttps://github.com/JEleniel/serde_binary_adv
max_upload_size
id1816795
size29,221
JEleniel (JEleniel)

documentation

README

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" }

Legal

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.

Commit count: 61

cargo fmt