Docs.rs
intuicio-framework-ecs-0.41.3
intuicio-framework-ecs 0.41.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
PsichiX
Dependencies
intuicio-core ^0.41
normal
intuicio-data ^0.41
normal
intuicio-derive ^0.41
normal
intuicio-framework-serde ^0.41
normal
serde ^1
normal
rand ^0.8
dev
Versions
3.79%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
intuicio_
framework_
ecs
0.41.3
Component
Implementors
In crate intuicio_
framework_
ecs
intuicio_framework_ecs
Trait
Component
Copy item path
Source
pub trait Component:
Send
+
Sync
+ 'static { }
Implementors
§
Source
§
impl<T:
Send
+
Sync
+ 'static>
Component
for T