docs.rs failed to build concoct-0.6.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
concoct-0.19.0-alpha.2
Rust cross-platform reactive UI framework.
Features
- Cross-platform components
- Compile-time UI tree
- Efficient view updates
- Inspired by the elm and xilem architectures
Getting started
Web
Install trunk or wasm-pack (this tutorial will show serving with trunk).
cargo add concoct --features web
Create an index.html file in the crate root
Create a main view and run it with Concoct
trunk serve
All done! Check it out at http://localhost:8080