Skip to content

Commit 038cf74

Browse files
author
David Judd
committed
Add smallvec
1 parent a31ce6b commit 038cf74

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ Unicode Standard Annex #15.
1919
"""
2020

2121
exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt" ]
22+
23+
[dependencies]
24+
smallvec = "0.6"

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
#![doc(html_logo_url = "https://unicode-rs.github.io/unicode-rs_sm.png",
4242
html_favicon_url = "https://unicode-rs.github.io/unicode-rs_sm.png")]
4343

44+
extern crate smallvec;
45+
4446
pub use tables::UNICODE_VERSION;
4547
pub use decompose::Decompositions;
4648
pub use quick_check::{

0 commit comments

Comments
 (0)