From 79e9942f2a8d5ce254e86d06f75f0568edb6ff52 Mon Sep 17 00:00:00 2001 From: David Judd Date: Sat, 12 Jan 2019 10:59:23 -0800 Subject: [PATCH] Add smallvec --- Cargo.toml | 3 +++ src/lib.rs | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index ae600f0..666f22e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,3 +19,6 @@ Unicode Standard Annex #15. """ exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ] + +[dependencies] +smallvec = "0.6" diff --git a/src/lib.rs b/src/lib.rs index 1f19df2..8c30227 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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::{