Docs.rs
  • moduforge-core-0.3.7
    • moduforge-core 0.3.7
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Cassielxd
    • Dependencies
      • async-channel ^2.3.1 normal
      • async-trait ^0.1 normal
      • chrono ^0.4 normal
      • futures ^0.3 normal
      • im ^15.1 normal
      • lazy_static ^1.4 normal
      • moduforge-model ^0.3.7 normal
      • moduforge-state ^0.3.7 normal
      • moduforge-transform ^0.3.7 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^2.0.12 normal
      • tokio ^1.0 normal
      • tokio-util ^0.7.14 normal
    • Versions
    • 27.78% 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

moduforge_core0.3.7

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • async_processor::AsyncProcessor
  • async_processor::ProcessorConfig
  • async_processor::ProcessorStats
  • async_processor::TaskQueue
  • async_processor::TaskResult
  • async_runtime::AsyncEditor
  • async_runtime::PerformanceConfig
  • event::EventBus
  • event::EventContext
  • extension::Extension
  • extension_manager::ExtensionManager
  • flow::FlowEngine
  • flow::ProcessorResult
  • flow::TransactionProcessor
  • history_manager::History
  • history_manager::HistoryManager
  • mark::Mark
  • middleware::MiddlewareResult
  • middleware::MiddlewareStack
  • node::Node
  • runtime::Editor
  • types::EditorOptions
  • types::EditorOptionsBuilder
  • types::GlobalAttributeItem

Enums

  • async_processor::ProcessorError
  • async_processor::TaskStatus
  • error::EditorError
  • event::Event
  • flow::FlowError
  • flow::TransactionStatus
  • types::Content
  • types::Extensions

Traits

  • async_processor::TaskProcessor
  • event::EventHandler
  • middleware::Middleware
  • types::NodePoolFnTrait

Functions

  • error::error_utils::cache_error
  • error::error_utils::config_error
  • error::error_utils::engine_error
  • error::error_utils::event_error
  • error::error_utils::history_error
  • error::error_utils::map_error
  • error::error_utils::middleware_error
  • error::error_utils::plugin_error
  • error::error_utils::state_error
  • error::error_utils::storage_error
  • error::error_utils::transaction_error
  • helpers::create_doc::create_doc
  • helpers::get_schema_by_resolved_extensions::get_schema_by_resolved_extensions

Type Aliases

  • error::EditorResult
  • extension::OpFn
  • flow::Result
  • flow::TaskParams
  • middleware::ArcMiddleware
  • types::GlobalAttributes