File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,5 @@ repository = "https://github.com/sfackler/rust-stringprep"
88readme = " README.md"
99
1010[dependencies ]
11- finl_unicode = " 1.2.0"
1211unicode-bidi = " 0.3"
1312unicode-normalization = " 0.1"
Original file line number Diff line number Diff line change 22//!
33//! [RFC 3454]: https://tools.ietf.org/html/rfc3454
44#![ warn( missing_docs) ]
5- extern crate finl_unicode;
65extern crate unicode_bidi;
76extern crate unicode_normalization;
87
9- use finl_unicode:: categories:: CharacterCategories ;
108use std:: borrow:: Cow ;
119use std:: fmt;
1210use unicode_normalization:: UnicodeNormalization ;
Original file line number Diff line number Diff line change 11//! Character Tables
2- use finl_unicode:: categories:: CharacterCategories ;
32use std:: cmp:: Ordering ;
43use std:: str:: Chars ;
54use unicode_bidi:: { bidi_class, BidiClass } ;
You can’t perform that action at this time.
0 commit comments