jkvargas / russimp

Assimp bindings for Rust
Other
84 stars 27 forks source link

Fmt, docs & some clippy fixes #4

Closed virtualritz closed 3 years ago

virtualritz commented 3 years ago

I ran cargo fmt on the source, added docs to almost all PostPorcessSteps and fixed most of what cargo clippy complained about.

jkvargas commented 3 years ago

Hi dude, Thanks so much for the contribution. Can you please take a look at the tests? Seems some of them are failing.

virtualritz commented 3 years ago

Fixed the tests. Also made them run locally, if GITHUB_WORKSPACE is not set.