docs.rs failed to build concoct-0.16.2
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
Concoct is a runtime for user-interfaces in Rust.
This crate provides an event-driven state management system that runs anywhere (including #![no_std]).
use ;
Installation
The easiest way to get started is using the full feature flag.
cargo add concoct --features full
To see a list of the available features flags that can be enabled, check our docs.