textpos 0.3.3

A small library to track human-readable text positions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "textpos"
version = "0.3.3"
edition = "2021"

authors = [ "Tobias Menzi <textpos@tobtobxx.net>" ]
description = "A small library to track human-readable text positions"
repository = "https://git.sr.ht/~tobtobxx/textpos"
license = "BSD-3-Clause"
keywords = [ "text" ]
categories = [ "parsing", "text-processing" ]

[dependencies]