Docs.rs
  • apecs-0.5.6
    • apecs 0.5.6
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • schell
    • Dependencies
      • any_vec ^0.10 normal
      • anyhow ^1.0 normal
      • apecs-derive ^0.2.3 normal
      • async-broadcast ^0.4 normal
      • async-channel ^1.6 normal
      • async-executor ^1.4 normal
      • async-oneshot ^0.5 normal
      • casuarius ^0.1 normal
      • itertools ^0.10 normal
      • log ^0.4 normal
      • parking_lot ^0.12 normal
      • rayon ^1.5 normal
      • rustc-hash ^1.1 normal
      • smallvec ^1.9 normal
      • async-timer ^0.7 dev
      • env_logger ^0.9 dev
      • futures-lite ^1.12.0 dev
      • wasm-bindgen-test ^0.3 dev
    • Versions
    • 54.76% of the crate is documented
  • Go to latest version
  • 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
logo

logo

Crate apecs

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
  • Derive Macros
?
Change settings

List of all items

Structs

  • Components
  • Entities
  • Entity
  • Entry
  • Facade
  • LazyComponents
  • Maybe
  • NoDefault
  • Plugin
  • Query
  • QueryGuard
  • Read
  • SomeDefault
  • Without
  • World
  • Write
  • anyhow::Chain
  • anyhow::Error
  • chan::mpmc::Channel
  • chan::mpmc::InactiveReceiver
  • chan::mpmc::Receiver
  • chan::mpmc::Recv
  • chan::mpmc::Send
  • chan::mpmc::SendError
  • chan::mpmc::Sender
  • chan::mpsc::Receiver
  • chan::mpsc::Recv
  • chan::mpsc::RecvError
  • chan::mpsc::Send
  • chan::mpsc::SendError
  • chan::mpsc::Sender
  • chan::oneshot::Closed
  • chan::oneshot::Receiver
  • chan::oneshot::Sender
  • chan::spsc::Receiver
  • chan::spsc::Recv
  • chan::spsc::RecvError
  • chan::spsc::Send
  • chan::spsc::SendError
  • chan::spsc::Sender
  • internal::Borrow
  • internal::LoanManager
  • internal::Resource
  • internal::ResourceId

Enums

  • Parallelism
  • ShouldContinue
  • chan::mpmc::RecvError
  • chan::mpmc::TryRecvError
  • chan::mpmc::TrySendError
  • chan::mpsc::TryRecvError
  • chan::mpsc::TrySendError
  • chan::oneshot::TryRecvError
  • chan::spsc::TryRecvError
  • chan::spsc::TrySendError
  • internal::FetchReadyResource

Traits

  • CanFetch
  • Gen
  • IsBundle
  • IsQuery
  • IsResource
  • anyhow::Context

Macros

  • anyhow::anyhow
  • anyhow::bail
  • anyhow::ensure
  • anyhow::format_err

Derive Macros

  • CanFetch

Functions

  • anyhow::Ok
  • chan::mpmc::broadcast
  • chan::mpsc::bounded
  • chan::mpsc::unbounded
  • chan::oneshot::oneshot
  • chan::spsc::bounded
  • chan::spsc::unbounded
  • current_iteration
  • end
  • err
  • ok

Type Definitions

  • FxHashMap
  • MaybeMut
  • MaybeRef
  • Mut
  • QueryIter
  • Ref
  • anyhow::Result