Docs.rs
  • starbase-0.2.6
    • starbase 0.2.6
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • milesj
    • Dependencies
      • async-trait ^0.1.73 normal
      • chrono ^0.4.29 normal
      • miette ^5.10.0 normal
      • num_cpus ^1.16.0 normal
      • rustc-hash ^1.1.0 normal
      • starbase_events ^0.2.1 normal
      • starbase_macros ^0.2.5 normal
      • starbase_styles ^0.1.14 normal
      • thiserror ^1.0.48 normal
      • tokio ^1.32.0 normal
      • tracing ^0.1.37 normal
      • tracing-appender ^0.2.2 normal
      • tracing-log ^0.1.3 normal
      • tracing-subscriber ^0.3.17 normal
    • Versions
    • 46.15% 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 starbase

  • Version 0.2.6
  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Attribute Macros
  • Derive Macros
?
Change settings

Crate starbase

source ·

Re-exports

  • pub use starbase_events as event;
  • pub use starbase_styles as style;

Modules

  • diagnostics
  • tracing

Macros

  • create_instance_manager

Structs

  • App
  • AppPhase
  • ArgsMap
  • CallbackSystem
  • Emitter
  • EmitterManager
  • ExecuteArgs
  • ResourceManager
  • StateManager

Enums

  • EventState
  • Phase

Traits

  • EmitterInstance
  • Event
  • ResourceInstance
  • StateInstance
  • Subscriber
  • SubscriberFunc
  • System
  • SystemFunc

Type Aliases

  • AppResult
  • BoxedSystem
  • Emitters
  • EventResult
  • MainResult
  • Resources
  • States
  • SystemResult

Attribute Macros

  • subscriber
  • system

Derive Macros

  • Event
  • Resource
  • State