maplit icon indicating copy to clipboard operation
maplit copied to clipboard

add vecdeque! using with_capacity

Open Nokel81 opened this issue 4 years ago • 7 comments

Fixes: #10

Nokel81 avatar Mar 11 '20 17:03 Nokel81

@Nokel81 Thanks! Could you also support this syntax? vecdeque![expr; N] Like slice-deque's sdeq macro:

let v = sdeq![Rc::new(1_i32); 5];

Boscop avatar Mar 12 '20 08:03 Boscop

@Boscop Can I invite you to help with maint of this crate? Fair warning - I don't have much time for Rust, but in my accounting books, this crate has been in maintenance mode. If you want, let's also set up crates.io publishing for you.

I'd suggest to keep existing users in mind, being careful with changing the scope of the crate and only aiming for semver breaking changes with very good reason. Let me know what you expect from me.

bluss avatar Apr 13 '20 09:04 bluss

Hope for your merge @bluss

minghu6 avatar Jun 07 '20 04:06 minghu6

Hey guys, anybody wants to merge this anytime soon? I'd really like to use this in my work!

gmoshkin avatar Sep 26 '20 15:09 gmoshkin

@bluss can we merge this in? I can help maintain this crate

praveenperera avatar Mar 16 '21 18:03 praveenperera

Any news on that one? 🙏

boredcity avatar May 26 '22 15:05 boredcity

Can you submit the same PR to github.com/willtennien/maplit2? I'll try to approve speedily.

willtennien avatar May 24 '23 02:05 willtennien