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

rocket_contrib crate #1659

Closed
marirs opened this issue Jun 1, 2021 · 4 comments
Closed

rocket_contrib crate #1659

marirs opened this issue Jun 1, 2021 · 4 comments
Labels
question A question (converts to discussion)

Comments

@marirs
Copy link

marirs commented Jun 1, 2021

Hi,
I'm using the rocket 0.5 from github, and now the rocket_contrib is a different crate. I was using rev = d03a07b

where can I point now to the rocket_contrib

@SergioBenitez SergioBenitez added the question A question (converts to discussion) label Jun 1, 2021
@SergioBenitez
Copy link
Member

Please see 5a4e66e. Some features are now in core (https://api.rocket.rs/master) and some are new crates.

@marirs
Copy link
Author

marirs commented Jun 5, 2021

Thanks - got most of it migrated .. :)

Also the JsonValue from rocket_contrib is in rocket_dyn_templates::handlebars, just confirming.. :)

i would like to share this: https://github.com/marirs/rocketapi
where I have built a boiler plate of api using rocket, mongodb

@SergioBenitez
Copy link
Member

Thanks - got most of it migrated .. :)

Also the JsonValue from rocket_contrib is in rocket_dyn_templates::handlebars, just confirming.. :)

No, that value is gone. We use the real Value, in rocket::serde::json::Value.

@marirs
Copy link
Author

marirs commented Jun 5, 2021

Ahh.. perfect..
I changed to Value..
Thanks so much for you awesome support and this fantastic Rocket :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A question (converts to discussion)
Projects
None yet
Development

No branches or pull requests

2 participants