Docs.rs
  • dataflow-rs-0.1.29
    • dataflow-rs 0.1.29
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • shankar-gpio
    • Dependencies
      • async-trait ^0.1.77 normal
      • chrono ^0.4 normal
      • datalogic-rs ^3.0.29 normal
      • futures ^0.3.30 normal
      • log ^0.4 normal
      • once_cell ^1.21 normal
      • reqwest ^0.12 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_urlencoded ^0.7 normal
      • thiserror ^2.0 normal
      • tokio ^1.36 normal
      • uuid ^1.16 normal
    • Versions
    • 46.09% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • 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

dataflow_rs0.1.29

Crate Items

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

List of all items

Structs

  • engine::Engine
  • engine::RetryConfig
  • engine::error::ErrorInfo
  • engine::functions::http::HttpFunction
  • engine::functions::map::MapFunction
  • engine::functions::validation::ValidationFunction
  • engine::message::AuditTrail
  • engine::message::Change
  • engine::message::Message
  • engine::task::Function
  • engine::task::Task
  • engine::workflow::Workflow

Enums

  • engine::error::DataflowError

Traits

  • engine::functions::AsyncFunctionHandler

Attribute Macros

  • async_trait

Functions

  • engine::functions::builtins::get_all_async_functions
  • engine::functions::builtins::get_all_functions

Type Aliases

  • engine::error::Result

Constants

  • engine::functions::FUNCTION_DATA_LOGIC
  • engine::functions::builtins::HTTP_FUNCTION
  • engine::functions::builtins::MAP_FUNCTION
  • engine::functions::builtins::VALIDATION_FUNCTION