Show HN: Rust library for set operations on CIDRs, you can try it in a terminal I had a work objective that required me to be able to "slice" a subnet by a smaller subnet and I didn't manage to find any other libraries that accomplish this kind of computation so I set out to write one myself. Supports calculating CIDR unions, differences, and complements. The rest of the existing set operations don't really make sense for CIDRs since the only way they can overlap is if one fully contains the other (or they are equivalent). I figured a binary tree-like data structure would be the most memory efficient way to represent this, but I'm super open to any feedback especially if there's a well established better way to do this. Play with it on the command line if you have rust installed: `cargo install fcidr`! https://ift.tt/6ARdDFt July 26, 2023 at 11:02PM
Show HN: Rust library for set operations on CIDRs, you can try it in a terminal https://ift.tt/vS4B1bH
Related Articles
Show HN: Fri – distraction-free writing in the terminal https://ift.tt/BhcwmAgShow HN: Fri – distraction-free writing in the terminal Of all the sof… Read More
Show HN: Think Ahead Chess – A chess variant with n turns of incomplete info https://ift.tt/ftLRXnWShow HN: Think Ahead Chess – A chess variant with n turns of incomplet… Read More
Show HN: Tiny embedded scripting language (in modern C++) https://ift.tt/8uN9GcZShow HN: Tiny embedded scripting language (in modern C++) https://ift.… Read More
Show HN: Very Good Table is a no-code database for small businesses https://ift.tt/GzT5o9NShow HN: Very Good Table is a no-code database for small businesses ht… Read More
Show HN: A photo sharing app that isn't trying to be a TikTok clone https://ift.tt/POHxSkFShow HN: A photo sharing app that isn't trying to be a TikTok clone We… Read More
Show HN: Make Funny Sounds with Go https://ift.tt/SPyXeIaShow HN: Make Funny Sounds with Go https://ift.tt/U4bYl8A March 27, 20… Read More
Show HN: CLI tool to check Certificate Transparency Logs https://ift.tt/TsmMeA0Show HN: CLI tool to check Certificate Transparency Logs https://ift.t… Read More
Show HN: Render Jupyter Notebooks in your terminal https://ift.tt/WSlewUKShow HN: Render Jupyter Notebooks in your terminal https://ift.tt/RSJo… Read More
0 Comments: