Docs.rs
moecs-0.1.0
moecs 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
mccloskeybr
Dependencies
moecs_macros ^0.1.0
normal
rayon ^1.8.0
normal
Versions
42.86%
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
moecs
0.1.0
Module component
Module Items
Structs
Traits
Derive Macros
In crate moecs
moecs
Module
component
Copy item path
Source
Structs
§
Component
Bundle
Represents a collection of
Component
s. Generally used in relation to an Entity (i.e. creating an Entity using the provided
Component
s).
Traits
§
Component
A
Component
is simply a bundle of data tied to an
Entity
.
Derive Macros
§
Component