1 2 3 4 5 6 7
#![warn(missing_docs)]
//! vc-processors contains the types and builtin external processors for
//! [venus-cluster/venus-worker](https://github.com/ipfs-force-community/venus-cluster/tree/main/venus-worker).
//!
//! This crate aims at providing an easy-to-use, buttery-inlcuded framework for third-party
//! developers to implement customized external processors.
//!