Ryan Plauche
Ryan Plauche
Would you like a simple implementation, or would you like to also see some of extra formatter flags used?
I have spoken to the RTEMS (https://www.rtems.org/) folks about Rust at the Flight Software Workshop and they have expressed some interest. It would be worth reaching out to see if...
The `failure` crate is now deprecated - https://github.com/rust-lang-nursery/failure/pull/347. It would be well worth investigating the current state of `std::error::Error` to see if it is a suitable replacement.
++ Would love to see this. I'm using this action to quickly bundle up tooling directories, and since permissions are erased by the action I find myself creating archives of...
@Robpol86 any suggestions on how to work around this? I've run into the same issue. I looked at moving my doxygen generation into the `conf.py` but it looks like that...