Creating a Veeam related Rust CLI App


Userlevel 5
Badge +3
  • Comes here often
  • 13 comments

Hi all,

I am sharing a video I did on my YouTube channel, which goes into how to create a Rust-based CLI app that converts a VBR Get to a VBR Post JSON file. It is similar to the functionality I recently added to my vCLI application. 

https://github.com/shapedthought/vcli/blob/master/user_guide.md#utils

https://github.com/shapedthought/job_convert

I know that learning Rust is probably way down on your priority list, but this might give you some insight into the language (which I think is awesome) as well as a standalone tool that could be of some help.

There will be more stuff coming soon!

Keep Coding! 🦀

Ed


1 comment

Userlevel 7
Badge +20

Thanks for sharing this with the community Ed.  I have heard of Rust but never looked into it.

Comment