issues
search
rust-embedded
/
heapless
Heapless, `static` friendly data structures
Apache License 2.0
1.56k
stars
185
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
no_std use core::error::Error 1.81 stabilizes the Error trait in core
#518
zhang-wenchao
opened
2 weeks ago
3
Add support for external, non-owned storage
#517
Zeggia
opened
4 weeks ago
0
Depending on platform-specific (arm_llsc) features from a library
#516
sjorsdewit
opened
1 month ago
0
feature: initialize with const
#515
oligamiq
opened
1 month ago
2
heapless Vec does not work good with stacked borrows, while std Vec does
#514
Rosdf
opened
1 month ago
4
Added `is_full` function to `BinaryHeap`, `IndexMap`, `IndexSet` and `LinearMap`
#513
sourcebox
closed
1 month ago
1
Rustdoc clippy and typo fixes
#512
sourcebox
closed
1 month ago
8
Status of project?
#511
GnomedDev
closed
2 months ago
3
Debug build error: no_std + FnvIndexMap (linker err: `rust_eh_personality`)
#510
cjrh
closed
2 months ago
2
use of undeclared crate or module `heapless`
#509
Admsher
closed
2 months ago
4
Add `Deque::{swap, swap_unchecked, swap_remove_front, swap_remove_back}`
#508
honzasp
closed
3 weeks ago
4
[construct|deconstruct] Vec/String [from|to] length + [MaybeUninit<T>; N]
#507
Felix-El
opened
3 months ago
1
Make the type of `heapless::vec::VecInner`'s `len` field generic and default to `usize`
#506
Sunshine40
opened
3 months ago
1
Fix minor mistake in `DequeInner` docs
#505
GnomedDev
closed
4 months ago
0
Implement a generic length parameter for Vec<T, N>
#504
GnomedDev
opened
4 months ago
5
Relax indexmap PartialEq bounds so value doesn't need to be Eq
#503
YuhanLiin
opened
4 months ago
1
Re-introduce covariance for containers
#502
sosthene-nitrokey
opened
4 months ago
1
The deduped versions of the `*View` types break variance:
#501
sosthene-nitrokey
opened
4 months ago
9
Implement `Vec::drain`, `as_(mut_)view` on the `*Inner` types, generic over `Storage`
#500
sosthene-nitrokey
opened
4 months ago
1
Impl Borrow and BorrowMut for String and Vec.
#499
Icelk
closed
4 months ago
0
Keep `Vec::capacity` const
#498
sosthene-nitrokey
closed
4 months ago
0
SortedLinkedList: add SortedLinkedListView, similar to VecView on top of #486
#497
sosthene-nitrokey
closed
4 months ago
0
Queue: implement QueueView on top of #486
#496
sosthene-nitrokey
closed
4 months ago
0
BinaryHeap: implement BinaryHeapView on top of #486
#495
sosthene-nitrokey
closed
4 months ago
0
Tracking issue for planned breaking changes:
#494
sosthene-nitrokey
opened
4 months ago
0
Implement HistoryBufferView on top of #486
#493
sosthene-nitrokey
closed
4 months ago
4
`&mut LinearMap` does not implement `IntoIter`
#492
sosthene-nitrokey
opened
4 months ago
0
LinearMap: add LinearMapView, similar to VecView on top of #486
#491
sosthene-nitrokey
closed
4 months ago
1
Implement DequeView on top of #486
#490
sosthene-nitrokey
closed
4 months ago
4
MpMcQueue drop implementation is not optimized
#489
sosthene-nitrokey
opened
4 months ago
0
`MpMcQueue`: add `MpMcQueueView`, similar to `VecView` on top of #486
#488
sosthene-nitrokey
closed
4 months ago
0
String: implement `StringView` on top of #486
#487
sosthene-nitrokey
closed
4 months ago
2
vec: remove code duplication due to VecView.
#486
Dirbaio
closed
4 months ago
7
`spsc::Queue`: add `spsc::QueueView`, similar to `VecView`
#485
sosthene-nitrokey
closed
4 months ago
1
MpMcQueue: add `MpMcQueueView`, similar to `VecView`
#484
sosthene-nitrokey
closed
4 months ago
1
Fix memory leak of `MpMcQueue`
#483
sosthene-nitrokey
closed
4 months ago
0
mpmc: dropping a queue does not drop its content, which can cause a memory leak
#482
sosthene-nitrokey
closed
4 months ago
0
BinaryHeap: add `BinaryHeapView`, similar to `VecView`
#481
sosthene-nitrokey
closed
4 months ago
1
`HistoryBuffer`: add `HistoryBufferView`, similar to `VecView`
#480
sosthene-nitrokey
closed
4 months ago
1
LinearMap: add `LinearMapView`, similar to `VecView`
#479
sosthene-nitrokey
closed
4 months ago
1
Implement Borrow for Vec and String
#478
Icelk
closed
4 months ago
2
Add `Deque::{get, get_mut, get_unchecked, get_unchecked_mut}`
#477
MrGunflame
closed
4 months ago
1
Add serde implementations to HistoryBuffer
#476
Nikita240
closed
4 months ago
0
Miscreated issue
#475
llooFlashooll
closed
5 months ago
0
Implement IntoIterator for LinearMap
#474
XOSplicer
closed
5 months ago
1
const fn new_with_len<const LEN: usize>() to heapless::Vec
#473
Bruce0203
closed
6 months ago
2
IntoIterator for LinearMap
#472
Ten0
closed
5 months ago
0
LinearMap entry API
#471
Ten0
opened
6 months ago
0
BinaryHeap pop mixing elements of same order
#470
reneherrero
opened
6 months ago
0
Fix CI
#469
newAM
closed
6 months ago
1
Next