[dependencies.text-size]
optional = true
version = "1.1.1"
[features]
span = ["text-size"]
[lib]
name = "line_column"
path = "src/lib.rs"
[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Simple calculate lines and columns of str index"
edition = "2021"
keywords = ["no_std", "line", "column", "lines", "col"]
license = "MIT"
name = "line-column"
readme = "README.md"
repository = "https://github.com/A4-Tacks/line-column-rs"
version = "0.2.2"