littrs-ruff-python-trivia 0.6.1

Vendored ruff_python_trivia for littrs (from github.com/astral-sh/ruff)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod comment_ranges;
mod comments;
mod cursor;
mod pragmas;
pub mod textwrap;
mod tokenizer;
mod whitespace;

pub use comment_ranges::CommentRanges;
pub use comments::*;
pub use cursor::*;
pub use pragmas::*;
pub use tokenizer::*;
pub use whitespace::*;