Skip to content

Commit 14e4d52

Browse files
hanif.ariffin.4326@gmail.comhbina
authored andcommitted
Implemented some helper functions
Partially implemented some of the easier functions from here servo/rust-smallvec#220 (comment) Implemented `PartialEq` for SmallSet Added tests for `replace`. nitpick from Intellij Rust SmallSet is now a wrapper over enum of SmallVec and HashSet Insertion now moves to a heap allocated HashSet when capacity. Fixed compilation error from previous commit Might want to merge this two later. Cleared now changes to stack. Implemented drain Moved tests and updated them.
1 parent 6c9eaa3 commit 14e4d52

File tree

3 files changed

+664
-95
lines changed

3 files changed

+664
-95
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ documentation = "https://cfallin.github.io/rust-smallset/smallset/"
88
license = "MIT"
99

1010
[dependencies]
11-
smallvec = "0.1"
11+
smallvec = "1.4.2"

0 commit comments

Comments
 (0)