getinstachip / vpm

Verilog package manager written in Rust
MIT License
127 stars 12 forks source link

Fundementally build structure around clap-rs crate and add Standard Library #11

Closed rithvikru closed 2 months ago

rithvikru commented 2 months ago

We completely changed the way we wrote VPM by building it around the clap-rs crate. Now adding a new command is as simple as adding it to clap's Cmd enum.

@PKVadde @Jag-M also took the initiative of adding some modules to the standard library, as per our discord community has requested. I will send out a full change log soon if you're interested in the details.