a1_notation 0.6.2

A package for converting to and from A1 spreadsheet notation
Documentation
[dependencies.rkyv]
features = ["std", "bytecheck", "validation"]
optional = true
version = "0.7.44"

[dependencies.serde]
features = ["derive"]
optional = true
version = "^1"

[features]
rkyv = ["dep:rkyv"]
serde = ["dep:serde"]

[package]
authors = ["Patrick Carroll <patrick@patrickomatic.com>"]
description = "A package for converting to and from A1 spreadsheet notation"
documentation = "https://docs.rs/a1_notation"
edition = "2021"
homepage = "https://github.com/patrickomatic/a1_notation"
keywords = ["a1", "notation", "spreadsheet", "csv", "reference"]
license = "MIT"
name = "a1_notation"
readme = "README.md"
repository = "https://github.com/patrickomatic/a1_notation"
version = "0.6.2"