this post was submitted on 31 Jul 2024
5 points (77.8% liked)

Rust Programming

7731 readers
1 users here now

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/18129059

This feels like it should already be a feature in a terminal. But I didn't find anything that let me do this efficiently.

I had a rust library for converting list like 1-4,8-10 into vectors, but thought I'd expand it into a command line command as well, as it is really useful when I want to run batch commands in parallel using templates.

I wanted to share it since it might be a useful simple command for many people.

top 1 comments
sorted by: hot top controversial new old
[–] CameronDev 7 points 1 month ago

RNG is probably more commonly associated with random number generation, rather than range. So that might be confusing.