[][src]Crate text_size

Newtypes for working with text sizes/ranges in a more type-safe manner.

Minimal Supported Rust Version: latest stable.

Structs

TextRange

A range in text, represented as a pair of TextSize.

TextSize

A measure of text length. Also, equivalently, an index into text.

Traits

TextSized

Text-like structures that have a text size.

Functions

TextRange

Creates a new TextRange with the given start and end (start..end).