Crate ndn_compute

Crate ndn_compute 

Source
Expand description

§ndn-compute – In-network computation

Routes Interests to registered compute handlers and injects the resulting Data packets back into the forwarder pipeline. This enables named-function networking where computation is co-located with the router.

§Key types

Re-exports§

pub use compute_face::ComputeFace;
pub use registry::ComputeHandler;
pub use registry::ComputeRegistry;

Modules§

compute_face
registry