issues
search
kvark
/
copyless
[deprecated] Avoid memcpy calls when working with standard containers
Apache License 2.0
276
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Why is this crate deprecated?
#25
wmanley
closed
2 years ago
1
Add support for allocating multiple items at the same time.
#23
jrmuizel
closed
2 years ago
1
Are the `memcpy`s still done with Rust 2018/2021 without using this crate?
#22
jaques-sam
closed
2 years ago
1
Adding GitHub action for testing and linting
#21
Cypher1
closed
1 year ago
1
Update .travis.yml
#20
nageshlop
closed
3 years ago
1
makes crate no_std w/alloc compatible
#19
benbrittain
closed
4 years ago
0
Change CI to github actions
#18
kvark
opened
4 years ago
0
Change MPL 2.0 license to dual MIT/Apache 2.0
#17
stanislav-tkach
closed
4 years ago
3
More pemissive license?
#16
stanislav-tkach
closed
4 years ago
5
Does not work with nested arrays
#15
simon-auch
opened
4 years ago
1
Turn a Box into a BoxAllocation
#14
yokljo
opened
5 years ago
5
Path fix for importing internal crates
#13
marcotoniut
closed
5 years ago
1
published version on crates.io has executable attribute on all files
#12
ignatenkobrain
closed
5 years ago
2
box! macro?
#11
glandium
opened
5 years ago
3
VecAllocation should have an impl Drop
#10
glandium
closed
5 years ago
1
Vector helper test
#9
kvark
closed
3 years ago
1
Fix zero length types
#8
eun-ice
closed
5 years ago
3
Memory issue with zero-sized types
#7
eun-ice
closed
5 years ago
2
ArrayVec support
#6
kvark
opened
5 years ago
0
SmallVec support
#5
kvark
opened
5 years ago
0
Fix readme typo
#4
erjanmx
closed
5 years ago
3
Avoid unnecessary character copies in documentation
#3
badboy
closed
5 years ago
2
Question: Why mem::replace?
#2
RalfJung
opened
5 years ago
7
Replaced *mut T by Option<NonNull<T>> in box.rs
#1
danielhenrymantilla
closed
5 years ago
6