Docs.rs
maycoon-core-0.5.2
maycoon-core 0.5.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
DraftedDev
github:maycoon-ui:maycoon-developers
Dependencies
bitflags ^2.10.0
normal
bytemuck ^1.24.0
normal
optional
maycoon-theme ^0.5.2
normal
nalgebra ^0.34.1
normal
peniko ^0.5.0
normal
rpds ^1.2.0
normal
skrifa ^0.37.0
normal
optional
taffy ^0.9.1
normal
test-case ^3.3.1
normal
optional
tokio ^1.48.0
normal
optional
tracing ^0.1.41
normal
usvg ^0.45.1
normal
optional
vello ^0.6.0
normal
optional
vello_svg ^0.8.0
normal
optional
wgpu-types ^26.0.0
normal
optional
winit ^0.30.12
normal
cfg_aliases ^0.2.1
build
web-time ^1.1.0
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module task
maycoon_
core
0.5.2
Module task
Module Items
Structs
Traits
In maycoon_
core::
tasks
maycoon_core
::
tasks
Module
task
Copy item path
Source
Expand description
Contains the
Task
and
task::LocalTask
traits.
Structs
§
Local
Never
Task
A task that never completes.
Never
Task
A task that never completes.
Traits
§
Local
Task
A task that is executed on the local thread.
Task
A task that
can
be spawned on a background thread.