[dev-dependencies.static_assertions]
version = "1"
[features]
default = ["std"]
std = []
[package]
authors = ["myrrlyn <self@myrrlyn.dev>"]
categories = ["no-std", "rust-patterns"]
description = "Trait generalization over the primitive types"
documentation = "https://docs.rs/funty"
edition = "2021"
include = ["Cargo.toml", "README.md", "LICENSE.txt", "src/*.rs", "doc/*.md"]
keywords = ["numerics", "primitives", "traits", "pointers"]
license = "MIT"
name = "funty"
readme = "README.md"
repository = "https://github.com/bitvecto-rs/funty"
rust-version = "1.65"
version = "3.0.0-rc1"