base_2 0.1.0

Exact fixed-point geometry. Float in, float out, zero drift inside.
Documentation
[package]
name        = "base_2"
version     = "0.1.0"
edition     = "2024"
description = "Exact fixed-point geometry. Float in, float out, zero drift inside."
repository  = "https://github.com/Avon662/base_2"
homepage    = "https://github.com/Avon662/base_2"
documentation = "https://docs.rs/base_2"
license     = "Apache-2.0"
keywords    = ["geometry", "fixed-point", "gamedev", "collision", "math"]
categories  = ["game-development", "mathematics", "no-std"]
readme      = "README.md"

[lints.clippy]
pedantic                 = { level = "warn", priority = -1 }
nursery                  = { level = "warn", priority = -1 }
cast_possible_truncation = "allow"
cast_precision_loss      = "allow"
cast_sign_loss           = "allow"
many_single_char_names   = "allow"