secana ( @secana@programming.dev ) to Rust@programming.devEnglish · 2 years agoWhat are you working on this week? (June. 16, 2024)message-squaremessage-square13linkfedilinkarrow-up114file-text
arrow-up114message-squareWhat are you working on this week? (June. 16, 2024) secana ( @secana@programming.dev ) to Rust@programming.devEnglish · 2 years agomessage-square13linkfedilinkfile-text
minus-square secana ( @secana@programming.dev ) OPlinkfedilinkarrow-up1·2 years agoWhat is missing in the existing ones?
minus-square TehPers ( @TehPers@beehaw.org ) linkfedilinkEnglisharrow-up4·2 years agoI was mostly looking for something more composable, similar to how jest works. Some ideas that I’ve been working on are assertions like: expect!([1, 2, 3]) .all() .to_be_less_than(5); I also have some ideas around futures that I’d like to play with.
What is missing in the existing ones?
I was mostly looking for something more composable, similar to how
jestworks. Some ideas that I’ve been working on are assertions like:I also have some ideas around futures that I’d like to play with.