Docs.rs
  • cecs-0.1.6
    • cecs 0.1.6
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • snorrwe
    • Dependencies
      • cache-padded ^1.2.0 normal optional
      • cfg-if ^1.0.0 normal
      • crossbeam-deque ^0.8.2 normal optional
      • futures-lite ^2.3.0 normal optional
      • lazy_static ^1.4.0 normal optional
      • parking_lot ^0.12.1 normal optional
      • rustc-hash ^1.1.0 normal
      • serde ^1 normal optional
      • serde_derive ^1 normal optional
      • smallvec ^1 normal
      • thiserror ^1 normal
      • tracing ^0.1 normal optional
      • bincode ^1 dev
      • serde_json ^1 dev
      • tracing-test ^0.2 dev
    • Versions
    • 6.44% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cecs0.1.6

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • World
  • commands::Commands
  • commands::EntityCommands
  • entity_id::EntityId
  • job_system::BoxedJob
  • job_system::FutureJob
  • job_system::HomogeneousJobGraph
  • job_system::InlineJob
  • job_system::JOB_POOL
  • job_system::JobHandle
  • job_system::JobPool
  • job_system::Scope
  • prelude::ArchetypeHash
  • query::ArchQuery
  • query::Has
  • query::Query
  • query::QueryProperties
  • query::TupleIterator
  • query::filters::Or
  • query::filters::With
  • query::filters::WithOut
  • query::resource_query::Res
  • query::resource_query::ResMut
  • query_set::QuerySet
  • resources::ResourceStorage
  • systems::ErasedSystem
  • systems::SystemDescriptor
  • systems::SystemJob
  • systems::SystemStage
  • world_access::WorldAccess

Enums

  • WorldError
  • entity_index::HandleTableError
  • entity_index::InsertError
  • job_system::ExecutionState
  • job_system::JobResult

Traits

  • Component
  • ParallelComponent
  • bundle::Bundle
  • job_system::AsJob
  • query::QueryFragment
  • query::QueryPrimitive
  • query::filters::Filter
  • systems::IntoOnceSystem
  • systems::IntoSystem

Functions

  • systems::sort_systems

Type Aliases

  • RowIndex
  • WorldResult
  • entity_id::Index
  • systems::InnerSystem
  • systems::ShouldRunSystem

Constants

  • VOID_TY
  • entity_id::ENTITY_GEN_MASK
  • entity_id::ENTITY_INDEX_MASK