numlike 0.1.5

Numeric traits for generic mathematics. Less restrictive alternative to num-traits.
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: 2026 numlike contributors
//
// SPDX-License-Identifier: MIT OR Apache-2.0

mod arith;
mod bit;

pub use arith::*;
pub use bit::*;