issues
search
rustonaut
/
vec1
Rust `Vec<T>` wrapper that gurantees to contain at least 1 element
Apache License 2.0
90
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`Vec1::drain` can empty a `Vec1`.
#36
olson-sean-k
opened
2 months ago
1
Consider rewording the error message
#35
schneiderfelipe
opened
3 months ago
0
Reduce rust-version to 1.71.1
#34
dahlbaek
closed
5 months ago
3
Proposal: add `Slice1<'a, T>` and `MutSlice1<'a, T>` types as a logical extension for the `Vec<T>` -> `Vec1<T>`
#33
DanikVitek
opened
7 months ago
0
Add `vec1.nonzero_len()`?
#32
iago-lito
closed
7 months ago
3
Feature request: generic over the underlying vector like container
#31
Pr0methean
opened
7 months ago
1
Relax lifetime constraints on mapped_ref and mapped_mut
#30
benschulz
closed
7 months ago
2
Feature request: into_only?
#29
nyarly
closed
7 months ago
2
Would you expand it to be be bounded?
#28
dzmitry-lahoda
closed
1 year ago
2
Consider use of NonZeroUsize for methods like truncate
#27
gliderkite
closed
7 months ago
3
More constructors that guarantee safety
#26
giarc3
closed
2 years ago
3
Methods like max still return Option
#25
MarcelRobitaille
closed
2 years ago
1
License text not part of repo nor packaged crate
#24
Jake-Shadle
closed
2 years ago
1
Use fully qualified path in macro
#23
little-dude
closed
3 years ago
4
Support for smallvec
#22
little-dude
closed
3 years ago
9
Fix typo in try_split_off documentation
#21
robinkrahl
closed
4 years ago
0
Add split_off_{first,last} methods
#20
robinkrahl
closed
4 years ago
0
Fix typo in doc comment for Vec1
#19
robinkrahl
closed
4 years ago
1
Support moving the first or last element out of the vector
#18
robinkrahl
closed
4 years ago
1
Basic CI workflow using GitHub actions.
#17
mkantor
closed
4 years ago
3
mention serde support in README
#16
eignnx
closed
4 years ago
1
impl serde::Serialize for Vec1
#15
eignnx
closed
4 years ago
2
Check for newly stabilized Vec methods.
#14
rustonaut
closed
3 years ago
0
vec1! macro doesn't accept trailing comma
#13
adwhit
closed
4 years ago
1
`into_vec` should be named `as_vec`, as it’s O(1)
#12
Profpatsch
closed
5 years ago
3
Which minimal stable rust version should be supported?
#11
rustonaut
closed
3 years ago
1
Add CI integration
#10
rustonaut
closed
4 years ago
1
Remove feature flag around `TryFrom`, now that it's landed in Rust 1.34.0
#9
ErichDonGubler
closed
5 years ago
1
implement `Default` when `T` has a default
#8
Ryan1729
closed
5 years ago
1
Check List of methods for methods from `Vec` which need to be added.
#7
rustonaut
closed
5 years ago
0
Returning Vec if Vec1::from() fails doesn’t make sense
#6
Profpatsch
closed
5 years ago
2
from_vec: return None
#5
grahamc
closed
5 years ago
5
Add an optional 'serde' feature.
#4
mjkillough
closed
6 years ago
6
Documentation enhancements
#3
jonas-schievink
closed
6 years ago
3
"at last 1 element"?
#2
wezm
closed
6 years ago
1
README.md: Fix typo in first paragraph
#1
kolloch
closed
6 years ago
0