docs.rs failed to build async-component-0.9.0
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:
async-component-0.5.2
Async component
Zero overhead reactive programming
Example
See async_component/examples/example.rs
for simple example.
See examples/gui-demo
project for example using with gui(winit, raqote, pixels).
Code
use AsyncComponent;
Running this component stream will print initial value first and print changed value if new values are sent through channel.
Counter updated to: 0
Counter updated to: ...