https://github.com/jwodder/newlines
Splitting strings on various newline sequences
https://github.com/jwodder/newlines
line-break line-ending newlines paragraphs rust work-in-progress
Last synced: about 2 months ago
JSON representation
Splitting strings on various newline sequences
- Host: GitHub
- URL: https://github.com/jwodder/newlines
- Owner: jwodder
- License: mit
- Created: 2024-05-09T18:51:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T05:53:48.000Z (3 months ago)
- Last Synced: 2025-03-21T00:20:36.537Z (2 months ago)
- Topics: line-break, line-ending, newlines, paragraphs, rust, work-in-progress
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#wip)
[](https://github.com/jwodder/newlines/actions/workflows/test.yml)
[](https://codecov.io/gh/jwodder/newlines)
[](https://www.rust-lang.org)
[](https://opensource.org/licenses/MIT)[GitHub](https://github.com/jwodder/newlines) | [Issues](https://github.com/jwodder/newlines/issues)
A Rust library for splitting strings on various sets of newline sequences (not
just `"\n"` and `"\r\n"`)