Commits · master
non-empty-collections
Browse files
Sep 17, 2019
Apply cargo fmt
· b3c56359
Denis
authored
Sep 17, 2019
b3c56359
Replace usage of deprecated IndexSet::take with IndexSet::swap_take
· f8b61f98
Denis
authored
Sep 17, 2019
f8b61f98
Aug 18, 2018
Implement `is_empty` methods
· 2d8093bf
Denis
authored
Aug 18, 2018
2d8093bf
Add `PartialEq` and `Eq` impls
· dfbbd2c6
Denis
authored
Aug 18, 2018
dfbbd2c6
Jul 24, 2018
Add `retain` method for sets and maps
· 4e3f5499
Denis
authored
Jul 24, 2018
4e3f5499
Add `remove_first` method for sets and maps
· c7dab10e
Denis
authored
Jul 24, 2018
c7dab10e
Add `get_first*` and `get_rest*` methods for sets and maps
· 1e6433d9
Denis
authored
Jul 24, 2018
1e6433d9
Implement `contains` method for sets and maps
· 2d51b17b
Denis
authored
Jul 24, 2018
2d51b17b
Jul 17, 2018
Entry API
· 5e78e00d
Denis
authored
Jul 18, 2018
5e78e00d
Lower generic constrains on get/remove-like methods
· 16416656
Denis
authored
Jul 17, 2018
16416656
Lower generic constrains on some methods
· d60b56d4
Denis
authored
Jul 17, 2018
d60b56d4
Implement serde (de)serialize for both collections
· d8d97f7e
Denis
authored
Jul 17, 2018
d8d97f7e
Workaround an issue with `cargo +nightly-2018-06-02 doc`
· 03656afc
Denis
authored
Jul 17, 2018
03656afc
Enable gitlab CI
· 4226cacc
Denis
authored
Jul 17, 2018
4226cacc
Add license files
· 62f20c33
Denis
authored
Jul 17, 2018
62f20c33
Improve docs and rename the crate into `non-empty-collections`
· 08ffce8a
Denis
authored
Jul 17, 2018
08ffce8a
Improve the `Error` type
· 92b94e12
Denis
authored
Jul 17, 2018
92b94e12
Replace underlying collections to indexmap
· 6656d489
Denis
authored
Jul 17, 2018
6656d489
Improve lib.rs docs
· 094bda28
Denis
authored
Jul 17, 2018
094bda28
Add formatting rules
· 0b243491
Denis
authored
Jul 17, 2018
0b243491
Improve `hash set` and add tests
· 233f939a
Denis
authored
Jul 17, 2018
233f939a
Tests and `len` method for hash map
· cee66087
Denis
authored
Jul 17, 2018
cee66087
hashmap: implement iterators
· e2a2c13f
Denis
authored
Jul 17, 2018
e2a2c13f
Replace `TakeHelper` with an external crate `take-some`
· d8f311a1
Denis
authored
Jul 16, 2018
d8f311a1
Introduce 'take_helper'
· a6f16605
Denis
authored
Jul 16, 2018
a6f16605
Improve ergonomics
· b135ae26
Denis
authored
Jul 16, 2018
b135ae26
Initial commit
· 52abc209
Denis
authored
Jul 17, 2018
52abc209
Loading