mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-07-18 13:07:58 -04:00
Add smallvec
This commit is contained in:
@@ -19,3 +19,6 @@ Unicode Standard Annex #15.
|
||||
"""
|
||||
|
||||
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
|
||||
|
||||
[dependencies]
|
||||
smallvec = "0.6"
|
||||
|
||||
@@ -41,6 +41,8 @@
|
||||
#![doc(html_logo_url = "https://unicode-rs.github.io/unicode-rs_sm.png",
|
||||
html_favicon_url = "https://unicode-rs.github.io/unicode-rs_sm.png")]
|
||||
|
||||
extern crate smallvec;
|
||||
|
||||
pub use tables::UNICODE_VERSION;
|
||||
pub use decompose::Decompositions;
|
||||
pub use quick_check::{
|
||||
|
||||
Reference in New Issue
Block a user