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

The example in the readme doesn't compile #92

Closed
eriklarko opened this issue Mar 30, 2017 · 2 comments
Closed

The example in the readme doesn't compile #92

eriklarko opened this issue Mar 30, 2017 · 2 comments

Comments

@eriklarko
Copy link

eriklarko commented Mar 30, 2017

I might be totally noobish, but I can't get the example code to compile :(
I put the exact code I'm compiling in https://github.com/eriklarko/jsonrpc-recreate

@tomusdrw
Copy link
Contributor

Unfortunatelly you need to reference both jsonrpc-core and jsonrpc-http-server from the repo to make it work. We have another issue #84 that can solve that issue.

jsonrpc-http-server contains some dependencies that are not released to crates.io yet, so it cannot be released to creates itself.
We hope to rewrite jsonrpc-http-server to hyper, when it's future-based version is finished, so the situation is only temporary.

I've made a PR to your repo to fix it:) https://github.com/eriklarko/jsonrpc-recreate/pull/1

@eriklarko
Copy link
Author

:D Thanks for the amazing help! The PR works great. And thanks for a sweet library!

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

No branches or pull requests

2 participants