ps-pint16 0.1.0-5

Packs integers into a u16 via variable precision
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.58"
name = "ps-pint16"
version = "0.1.0-5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Packs integers into a u16 via variable precision"
readme = "README.md"
keywords = [
    "compression",
    "embedded",
    "integer",
    "no-std",
    "packing",
]
categories = [
    "data-structures",
    "encoding",
    "no-std",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/prokopschield/ps-pint16"

[lib]
name = "ps_pint16"
path = "src/lib.rs"

[dependencies]

[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3