Yew: missing yew::html- published on crates?

Created on 26 Dec 2017  路  2Comments  路  Source: yewstack/yew

I was trying to play around with yew, crates has version 0.0.1 while the git repo says 0.1.0 (crates won't resolve that version). Crates also doesn't seem to have the html module:

error[E0432]: unresolved import `yew::html`
 --> src/main.rs:4:10
  |
4 | use yew::html::*;
  |          ^^^^ Could not find `html` in `yew`

Has this not been published yet?

Most helpful comment

You need to target the github repository for now.
crates.io page:

Crate is in progress and will be published soon when dependencies will be released.

Now you can use from source: https://github.com/DenisKolodin/yew

All 2 comments

You need to target the github repository for now.
crates.io page:

Crate is in progress and will be published soon when dependencies will be released.

Now you can use from source: https://github.com/DenisKolodin/yew

Gotcha, thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jstarry picture jstarry  路  4Comments

DenisKolodin picture DenisKolodin  路  5Comments

ghost picture ghost  路  4Comments

sanpii picture sanpii  路  3Comments

kellytk picture kellytk  路  4Comments