2 unstable releases

Uses old Rust 2015

0.2.0 May 19, 2020
0.1.0 Mar 11, 2019

#828 in Text processing

Download history 87/week @ 2023-12-04 158/week @ 2023-12-11 175/week @ 2023-12-18 149/week @ 2023-12-25 149/week @ 2024-01-08 257/week @ 2024-01-15 220/week @ 2024-01-22 234/week @ 2024-01-29 126/week @ 2024-02-05 135/week @ 2024-02-12 104/week @ 2024-02-19 176/week @ 2024-02-26 196/week @ 2024-03-04 299/week @ 2024-03-11 121/week @ 2024-03-18

798 downloads per month
Used in 3 crates

Apache-2.0

150KB
5K SLoC

Pest 3.5K SLoC // 0.0% comments Rust 1.5K SLoC // 0.1% comments

twitter-text in Rust

This repo is a Rust implementation of twitter-text. All aspects of tweet text are parsed by a Pest PEG grammar, with the exception of URL length and character weighting. See the parser directory for the grammar. Procedural validation for URL lengths and character weights is performed by the Extractor code.

To run the tests, install Rust, and then try this in the terminal:

> cargo build
> cargo test

The original Twitter README content is below.

twitter-text

This repo is a collection of libraries and conformance tests to standardize parsing of Tweet text. It synchronizes development, testing, creating issues, and pull requests for twitter-text's implementations and specification. These libraries are responsible for determining the quantity of characters in a Tweet and identifying and linking any url, @username, #hashtag, or $cashtag.

See implementations and conformance in this repo below:

Copyright 2012-2018 Twitter, Inc and other contributors

Copyright 2019 Robert Sayre

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

Dependencies

~5MB
~131K SLoC