issues
search
becheran
/
grid
Two dimensional grid data structure
MIT License
82
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Row and column slice getter
#55
ibarrond
opened
2 months ago
1
implemended swap
#54
luca3s
closed
2 months ago
0
implemented with_capacity
#53
luca3s
closed
2 months ago
0
Add ExactSize and DoubleEnded impls to GridRow and Col Iter
#52
luca3s
closed
5 months ago
0
Add PartialEq as trait bound for T
#51
jmole
closed
6 months ago
2
error[E0369]: binary operation `==` cannot be applied to type `grid::Grid<{float}>`
#50
jmole
closed
6 months ago
0
Implement IntoIterator trait
#49
vil-mo
opened
6 months ago
1
feat: impl the `Default` trait
#48
Vlad2001MFS
closed
8 months ago
3
Add more mutable iterator methods
#47
pcbowers
closed
10 months ago
2
Implement Hash for Grid
#46
fritzrehde
closed
10 months ago
1
Fix a tiny typo in the comment on size()
#45
thinred
closed
10 months ago
0
fix: make Grid hashable if T is hashable
#44
henryiii
closed
10 months ago
2
Support Hash
#43
henryiii
closed
10 months ago
0
Allow swapping two elements
#42
fritzrehde
closed
2 months ago
0
Improve `get` and `get_mut` method signature, Add From implementations for Vec<Vec<T>> and (Vec<T>, usize)
#41
pcbowers
closed
10 months ago
4
derive Clone for GridRowIter/GridColIter
#40
mirsella
closed
10 months ago
1
Clone on GridRowIter/GridColIter ?
#39
mirsella
closed
10 months ago
2
Add ability to get slice of row.
#38
fritzrehde
closed
5 months ago
2
how to read a complete Row ?
#37
ffred
closed
1 year ago
4
Add serde support
#36
evie-calico
closed
1 year ago
0
Serde support?
#35
griffi-gh
closed
1 year ago
1
Add support for column-major grid order
#34
Shir0kamii
closed
1 year ago
6
Improve performance of rotate function
#33
becheran
opened
1 year ago
4
Implement rotation methods
#32
Shir0kamii
closed
1 year ago
5
Add `indexed_iter` to allow traversing with row/col indexes
#31
Einliterflasche
closed
1 year ago
1
use provided vector and allow nonzero cols for empty vec in from_vec
#30
hwjsnc
closed
1 year ago
2
Added remove_row() and remove_col()
#29
djkato
closed
1 year ago
1
add support for indexing (usize, usize)
#28
BurntNail
closed
1 year ago
1
Initialization without Default trait requirements
#27
hornyjailfish
closed
2 months ago
3
Fix documentation typo in Grid::new()
#26
NickCondron
closed
1 year ago
0
unmutable col_iter and row_iter
#25
IzaakC
closed
1 year ago
1
Remove "no-std-compat" dependency
#24
nicoburns
closed
1 year ago
1
requesing feature: `iter_rows()`, and `iter_cols()`
#23
IzaakC
closed
1 year ago
1
Remove unsafe code from `.get()` and `.get_mut()`
#22
nicoburns
closed
1 year ago
1
flip cols/rows in `out of range` panic
#21
IsaacCloos
closed
2 years ago
0
Alternate Debug Formatting
#20
IsaacCloos
closed
2 years ago
0
`Grid::insert_{row, col}()` can create invalid states after panicking
#19
LegionMammal978
closed
2 years ago
3
Overflow in size calculations can allow access to invalid memory
#18
LegionMammal978
closed
2 years ago
6
Grid::new(usize, usize) panics undocumented
#17
sadneo
closed
2 years ago
2
Add rotate left and right functions
#16
becheran
closed
1 year ago
1
Add extend method
#15
becheran
opened
2 years ago
0
Column push pop speedup
#14
becheran
closed
2 years ago
0
Support zero-sized grids
#13
nicoburns
closed
2 years ago
1
Add fill and fill_with
#12
chyyran
closed
2 years ago
1
Feature request: Please add `indexed_iter()` to traverse the grid with row/col indexes
#11
jerry73204
closed
1 year ago
1
Columns insert/remove operations can be more efficiently implemented
#10
demin-dmitriy
closed
2 years ago
1
fixed typo
#9
mducharm
closed
2 years ago
0
Could really use a find() function
#8
alper
closed
1 year ago
2
Use RawVec instead of Vec
#7
becheran
closed
2 years ago
1
Remove several unnecessary "Clone" bounds
#6
ghost
closed
3 years ago
0
Next