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?
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
Most helpful comment
You need to target the github repository for now.
crates.io page: