Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d7266d

Browse files
authored
Merge pull request#123 from Jake-Shadle/master
Fixup package
2 parents10a41f4 +c8461b1 commit3d7266d

File tree

3 files changed

+2
-26
lines changed

3 files changed

+2
-26
lines changed

‎.travis.yml‎

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This crate provides Grapheme Cluster, Word and Sentence boundaries
1717
according to Unicode Standard Annex #29 rules.
1818
"""
1919

20-
exclude = ["target/*","Cargo.lock","scripts/tmp","benches/texts/*","*.txt",]
20+
exclude = ["/.github","/benches/texts","/scripts/**.rs","*.txt"]
2121

2222
[features]
2323
no_std = []# This is a no-op, preserved for backward compatibility only.

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Iterators which split strings on Grapheme Cluster or Word boundaries, according
22
to the[Unicode Standard Annex#29](http://www.unicode.org/reports/tr29/) rules.
33

4-
[![Build Status](https://travis-ci.org/unicode-rs/unicode-segmentation.svg)](https://travis-ci.org/unicode-rs/unicode-segmentation)
4+
[![Build Status](https://github.com/unicode-rs/unicode-segmentation/actions/workflows/rust.yml/badge.svg)](https://github.com/unicode-rs/unicode-segmentation/actions/workflows/rust.yml)
55

66
[Documentation](https://unicode-rs.github.io/unicode-segmentation/unicode_segmentation/index.html)
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp