Registry / async / pipebase

pipebase

JSON →
library0.2.0rscratesunverified

A Tokio-based runtime library for building data integration applications.

# Cargo.toml [dependencies] pipebase = "0.2.0"
INSTALL
IMPORT
SIG · PIPEBASE
P
pipebase
asyncrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

prelude
use pipebase::prelude::*;

Import the pipebase prelude to access common traits and types.

use pipebase::prelude::*; fn main() { // Example usage requires tokio runtime println!("Pipebase ready"); }
Debug
Known issues
breakingPipebase requires a Tokio runtime; using it without one will panic at runtime.
fix
Ensure your application uses #[tokio::main] or manually creates a Tokio runtime.
affects: >=0.2.0
Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
26
Amazon
1
Resources
pipebase — cargo add pipebase · libregistry