keta 0.3.3

A utility crate for digit operations (digits, radix support, palindrome, etc.) optimized for competitive programming.
Documentation
[lib]
name = "keta"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A utility crate for digit operations (digits, radix support, palindrome, etc.) optimized for competitive programming."
edition = "2021"
license = "MIT"
name = "keta"
readme = "README.md"
repository = "https://github.com/twil3akine/keta"
version = "0.3.3"

[[test]]
name = "integration"
path = "tests/integration.rs"