habitat-sh / core-plans

Core Habitat Plan definitions
130 stars 252 forks source link

Provide scaffolding-rust plan #1915

Open bltavares opened 6 years ago

bltavares commented 6 years ago

Rust projects usually are easy to build, but some crates might not make the build process not so easy.

Dealing with SSL or building Diesel without the appropriate bindings can lead to compilation errors.

If there is a guideline to create scaffolding and some direction, I would like to contribute.

predominant commented 5 years ago

Sounds like an interesting idea @bltavares - I don't know the best way to go forward personally. During the issue triage, this was decided to have the "help wanted" label. If you're willing to have a go at creating an initial version of this I'd be happy to review and see if we can settle on a reasonable generic rust scaffolding.

mrcbax commented 5 years ago

Seeing as habitat is written in rust and captured the attention of the rust community it seems unfair to not have a rust scaffolding. Granted it is easy to handle a rust build yourself but it would be nice to have.