Docs.rs
assemble-std-0.2.0
assemble-std 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
joshradin
Dependencies
assemble-core ^0.2.0
normal
colored ^2.0.0
normal
dirs ^4.0.0
normal
log ^0.4.17
normal
once_cell ^1.13.1
normal
reqwest ^0.11.11
normal
serde ^1.0.143
normal
tempfile ^3.3.0
normal
thiserror ^1.0.31
normal
url ^2.2.2
normal
assemble-build ^0.2.0
build
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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_
executor
assemble_
std
0.2.0
Module task_
executor
Module Items
Structs
In assemble_
std::
task
Modules
action
create_task
flags
initialize_task
task_container
task_executor
task_io
up_to_date
work_handler
Structs
AnyTaskHandle
ConfigureTask
Executable
LazyTask
TaskHandle
TaskHandleFactory
TaskOrdering
TaskProvider
Enums
TaskOrderingKind
TaskOutcome
Traits
BuildableTask
ExecutableTask
FullTask
HasTaskId
ResolveExecutable
ResolveInnerTask
ResolveTask
Task
Functions
force_rerun
assemble_std
::
task
Module
task_executor
Copy item path
Settings
Help
Summary
Source
Structs
§
Task
Executor
The task executor. Implemented on top of a thread pool to maximize parallelism.