Docs.rs
mmids-core-1.1.2
mmids-core 1.1.2
Permalink
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
KallDrexx
Dependencies
anyhow ^1.0.54
normal
async-recursion ^0.3.2
normal
async-trait ^0.1.51
normal
byteorder ^1.4.3
normal
bytes ^1
normal
cidr-utils ^0.5.5
normal
downcast-rs ^1.2.0
normal
futures ^0.3
normal
hyper ^0.14
normal
native-tls ^0.2
normal
pest ^2.1
normal
pest_derive ^2.1
normal
rml_rtmp ^0.6.1
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^1.0
normal
tokio ^1.15
normal
tokio-native-tls ^0.3
normal
tracing ^0.1
normal
uuid ^0.8
normal
Versions
49.55%
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
mmids_
core
1.1.2
Module factory
Module Items
Structs
Enums
Traits
In mmids_
core::
workflows::
steps
mmids_core
::
workflows
::
steps
Module
factory
Copy item path
Source
Structs
§
Workflow
Step
Factory
The workflow step factory allows consumers to register different workflow step generation instances to use for specific workflow step types. Consumers can then request the factory to generate workflow steps based on the passed in step definition.
Enums
§
Factory
Create
Error
Errors that can occur when an attempt to generate a workflow step fails
Factory
Registration
Error
Errors that can occur when an attempting to register a generator fails
Traits
§
Step
Generator
Represents a type that can generate an instance of a workflow step