File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# unicode-xid
2
2
3
3
Determine if a ` char ` is a valid identifier for a parser and/or lexer according to
4
- [ Unicode Standard Annex #31 ] ( http ://www.unicode.org/reports/tr31/) rules.
4
+ [ Unicode Standard Annex #31 ] ( https ://www.unicode.org/reports/tr31/) rules.
5
5
6
- [ ![ Build Status] ( https://img.shields.io/github/workflow/status/unicode-rs/unicode-xid/CI/ master )] ( https://github.com/unicode-rs/unicode-xid/actions?query=branch%3Amaster )
6
+ [ ![ Build Status] ( https://img.shields.io/github/actions/ workflow/status/unicode-rs/unicode-xid/ci.yml?branch= master )] ( https://github.com/unicode-rs/unicode-xid/actions?query=branch%3Amaster )
7
7
8
8
[ Documentation] ( https://unicode-rs.github.io/unicode-xid/unicode_xid/index.html )
9
9
@@ -28,21 +28,21 @@ on std, and instead uses equivalent functions from core.
28
28
29
29
## 0.2.4
30
30
31
- - Update to Unicode 15.0.0
31
+ - Update to Unicode 15.0.0.
32
32
- Replace ` const ` tables with ` static ` tables.
33
33
34
34
## 0.2.3
35
35
36
- - Update to Unicode 14.0.0
36
+ - Update to Unicode 14.0.0.
37
37
38
38
## 0.2.2
39
39
40
- - Add an ASCII fast-path
40
+ - Add an ASCII fast-path.
41
41
42
42
## 0.2.1
43
43
44
- - Update to Unicode 13.0.0
45
- - Speed up lookup
44
+ - Update to Unicode 13.0.0.
45
+ - Speed up lookup.
46
46
47
47
## 0.2.0
48
48
You can’t perform that action at this time.
0 commit comments