I am now writing a program utilizing libclang. Because bindings for Rust seemed most high-level, I started writing my first program in this language. I swear, this language would be twice easier, if they didn't decide to reinvent the wheel for every single feature.
The Rust cargo/module system is an absurd. They could have just copied it from some other language like D or even JavaScript