keta 0.3.1

A utility crate for digit operations (digits, radix support, palindrome, etc.) optimized for competitive programming.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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.1"