Armin Becher
|
cfb9877388
|
fix: remove duplicate tests
|
2023-04-28 15:45:58 +02:00 |
|
Armin Becher
|
4fca167e73
|
Merge branch 'master' of https://github.com/djkato/grid into djkato/master
|
2023-04-28 15:41:05 +02:00 |
|
djkato
|
53ea170803
|
Fixed >=, renamed and added tests
|
2023-04-28 15:38:33 +02:00 |
|
djkato
|
4fb66c375a
|
Added remove_row() and remove_col()
|
2023-04-28 15:38:33 +02:00 |
|
djkato
|
5f5720fa6a
|
Added remove_row() and remove_col()
|
2023-04-28 15:38:33 +02:00 |
|
djkato
|
6aa94cd87b
|
Added remove_row() and remove_col()
|
2023-04-28 15:38:33 +02:00 |
|
djkato
|
06439d80c7
|
Fixed >=, renamed and added tests
|
2023-04-18 21:32:55 +02:00 |
|
Jack Maguire
|
cf0bcdf284
|
clippy + tests
|
2023-04-18 20:32:48 +02:00 |
|
Jack Maguire
|
d0a7ee701a
|
add support for indexing (usize, usize)
|
2023-04-18 20:32:48 +02:00 |
|
djkato
|
6d04e3fe39
|
Added remove_row() and remove_col()
|
2023-04-17 23:03:30 +02:00 |
|
djkato
|
9e84cb40cc
|
Added remove_row() and remove_col()
|
2023-04-17 23:01:50 +02:00 |
|
djkato
|
28f49820d8
|
Added remove_row() and remove_col()
|
2023-04-17 21:58:12 +02:00 |
|
Nick Condron
|
31d6729879
|
Fix documentation typo in Grid::new() (#26)
Thx!
|
2023-01-25 19:19:00 +01:00 |
|
Izaak Cornelis
|
e81fa16d98
|
unmutable col_iter and row_iter (#25)
|
2023-01-04 22:10:51 +01:00 |
|
Nico Burns
|
082e01153b
|
Remove "no-std-compat" dependency (#24)
* Remove dependency on no-std-compat crate
* Run tests with no_std (alloc) config on CI
|
2022-12-30 22:22:55 +01:00 |
|
Armin
|
1f3641c36b
|
(cargo-release) start next development iteration 0.9.1-alpha.0
|
2022-10-07 20:26:26 +02:00 |
|
Armin
|
b2b9fdd1ec
|
(cargo-release) version 0.9.0
|
2022-10-07 20:24:24 +02:00 |
|
Armin
|
64b4b8a70a
|
Fix insert row early panic and insert to empty grid #19
|
2022-10-07 20:22:33 +02:00 |
|
Armin Becher
|
d8dfb10023
|
Add markdown linkchecker job
|
2022-08-23 22:43:44 +02:00 |
|
Isaac Cloos
|
a74d57dac2
|
flip cols/rows in out of range panic (#21)
|
2022-08-22 14:47:12 +02:00 |
|
Isaac Cloos
|
3c02c36274
|
Alternate Debug Formatting (#20)
* 🧪 `.alternate()` debug formatting
* 🔭 width relative spacing
* 🔪 precision + width
* 💅🔬 pretty int, float, tuple, struct tests
* updates from feedback
1. removed width calculation from iterator
2. added disclaimer to default calculations
3. added test for pretty printing empty grids
|
2022-08-19 22:10:20 +02:00 |
|
Armin
|
ef2882ab5f
|
(cargo-release) start next development iteration 0.8.2-alpha.0
|
2022-08-17 21:51:02 +02:00 |
|
Armin
|
1a0e3be5ed
|
(cargo-release) version 0.8.1
|
2022-08-17 21:49:31 +02:00 |
|
Armin
|
c6b1b5b571
|
Move to github actions
|
2022-08-17 21:48:23 +02:00 |
|
Armin Becher
|
beb908b6d5
|
Add github action
|
2022-08-17 21:41:07 +02:00 |
|
Armin
|
71925158ac
|
Merge branch 'master' of https://github.com/becheran/grid
|
2022-08-17 21:40:11 +02:00 |
|
Armin
|
30caea7709
|
Fix #13 overflow size calculation and init zero grid
|
2022-08-17 21:40:03 +02:00 |
|
becheran
|
3cb8e473bb
|
(cargo-release) version 0.8.0
|
2022-08-16 09:17:13 +02:00 |
|
becheran
|
d3942d37ff
|
#17 Doc grid size limit
|
2022-08-16 09:15:43 +02:00 |
|
becheran
|
4aa88f4a65
|
Add must_use and cleanup benchmark
|
2022-08-13 14:24:07 +02:00 |
|
becheran
|
f28b3a3281
|
Speedup idx function
|
2022-08-13 11:07:39 +02:00 |
|
becheran
|
7979a4fbe0
|
Cleanup benchmarks
|
2022-08-11 14:27:19 +02:00 |
|
Armin
|
164fbeac5c
|
Fix #13 support init zero sized grids
|
2022-08-10 20:01:21 +02:00 |
|
Armin Becher
|
4877def932
|
Column push pop speedup (#14)
* Speedup for push col #10
* Minor linter fixes
* Enhance benchmark for mutated grid
* Speedup pop coll
* Cleanup tests
|
2022-08-10 19:37:18 +02:00 |
|
becheran
|
943ce0fcf4
|
(cargo-release) version 0.7.0
|
2022-08-06 11:46:36 +02:00 |
|
becheran
|
4cc9e85081
|
Upgrade dev dependencie
|
2022-08-06 11:38:36 +02:00 |
|
Armin Becher
|
5f9cc6b28f
|
Merge pull request #12 from chyyran/feature-fill
|
2022-08-06 09:47:04 +02:00 |
|
chyyran
|
0c218c7a2c
|
Add fill and fill_with
|
2022-08-06 02:16:51 -04:00 |
|
Armin Becher
|
2a0b5c66a7
|
Merge pull request #9 from mducharm/patch-1
|
2021-12-13 18:43:45 +01:00 |
|
mducharm
|
9d66d8e888
|
fixed typo
|
2021-12-13 11:24:08 -05:00 |
|
Armin
|
a185b982dd
|
(cargo-release) start next development iteration 0.6.1-alpha.0
|
2021-11-05 20:38:41 +01:00 |
|
Armin
|
b053014ab8
|
(cargo-release) version 0.6.0
|
2021-11-05 20:36:36 +01:00 |
|
Armin Becher
|
3d3730dd28
|
Merge pull request #6 from mpevnev/reduce-cloning
|
2021-11-05 17:35:17 +01:00 |
|
Michail Pevnev
|
2f642c9243
|
Remove several unnecessary "Clone" bounds
The `T: Clone` on the whole main `impl` is overly restrictive, only a
few operations really need to clone grid elements.
|
2021-11-04 14:39:52 +03:00 |
|
Armin
|
5f5b4004a0
|
(cargo-release) start next development iteration 0.5.1-alpha.0
|
2021-08-22 19:29:00 +02:00 |
|
Armin
|
bf70def6bc
|
(cargo-release) version 0.5.0
|
2021-08-22 19:28:05 +02:00 |
|
Armin
|
b2436b8c0a
|
Clippy hints
|
2021-08-22 19:27:46 +02:00 |
|
Armin
|
dd86e573e8
|
Add no default to test run
|
2021-08-22 19:21:38 +02:00 |
|
Armin
|
64d16ee8a7
|
Update docs
|
2021-08-22 19:20:39 +02:00 |
|
Armin Becher
|
ddc7ae5501
|
Merge pull request #5 from peterwilli/no-std-compat
|
2021-08-19 15:19:08 +02:00 |
|