[package]
name = "spreadsheet-column"
version = "0.1.0"
edition = "2021"
rust-version = "1.81"
description = "Convert between spreadsheet column numbers and letters (1 <-> A, 27 <-> AA). A faithful port of the spreadsheet-column npm package. Zero deps, no_std."
documentation = "https://docs.rs/spreadsheet-column"
repository = "https://github.com/trananhtung/spreadsheet-column"
homepage = "https://github.com/trananhtung/spreadsheet-column"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["spreadsheet", "column", "excel", "base26", "a1"]
categories = ["text-processing", "value-formatting", "no-std"]
authors = ["trananhtung"]
exclude = ["/.github", "/.gitignore"]
[dependencies]
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
[lints.clippy]
all = "warn"
pedantic = "warn"