Docs.rs
cecs-0.1.8
cecs 0.1.8
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
snorrwe
Dependencies
cache-padded ^1.3.0
normal
optional
cfg-if ^1.0.0
normal
crossbeam-deque ^0.8.6
normal
optional
futures-lite ^2.6.0
normal
optional
lazy_static ^1.5.0
normal
optional
parking_lot ^0.12.4
normal
optional
rustc-hash ^2.1.1
normal
semver ^1.0.27
normal
optional
serde ^1
normal
optional
serde_derive ^1
normal
optional
smallvec ^1
normal
thiserror ^2
normal
tracing ^0.1
normal
optional
bincode ^1
dev
criterion ^0.6
dev
fastrand ^2.3
dev
serde_json ^1
dev
tracing-test ^0.2
dev
Versions
10.32%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
ParallelComponent
cecs
0.1.8
Parallel
Component
Implementors
In crate cecs
cecs
Trait
Parallel
Component
Copy item path
Source
pub trait ParallelComponent:
Send
+
Sync
{ }
Implementors
§
Source
§
impl<T:
Send
+
Sync
>
ParallelComponent
for T