Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rust/rocket #19

Merged
merged 5 commits into from
May 7, 2017
Merged

Add rust/rocket #19

merged 5 commits into from
May 7, 2017

Conversation

kiliankoe
Copy link
Contributor

This PR adds Rocket to the list of Rust frameworks.

Running the client seems to work fine. I haven't run the benchmarker though.

Only downside is that Rocket currently requires nightly rust to be built because of feature flags. Not sure if this is a deal-breaker for you, but it works just fine otherwise.

@kiliankoe
Copy link
Contributor Author

If you want it might also be an option to specify the rust toolchain via the make and neph targets. It would probably rely on the user having rust installed via rustup, but since that's how most people install rust that should be a given.

Copy link
Collaborator

@tbrand tbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the great commit!

Only downside is that Rocket currently requires nightly rust to be built

It's not good feature but not a big problem.
I'll switch my local rust environment to nightly.

README.md Outdated
@@ -20,6 +20,7 @@
- [IRON](https://github.com/iron/iron)
- [nickel.rs](https://github.com/nickel-org/nickel.rs)
- node
- [Rocket](https://rocket.rs)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh whoops, how did that happen? o.O

@tbrand
Copy link
Collaborator

tbrand commented May 7, 2017

Thanks for this!!:tada:

@tbrand tbrand merged commit 4b38280 into the-benchmarker:master May 7, 2017
@kiliankoe
Copy link
Contributor Author

Thanks for the merge 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants