[][src]Crate cerk_port_unix_socket

This is a package for CERK. CERK is an open source CloudEvents Router written in Rust with a MicroKernel architecture.

Introduction

CERK lets you route your CloudEvents between different different ports. Ports are transport layer bindings over which CloudEvents can be exchanged. It is built with modularity and portability in mind.

Components

CERK comes with a couple of prefabricated components, but implementing custom components is easy.

A good overview is provided on GitHub.

This Crate: UNIX Ports

These ports read or write CloudEvents from/to a UNIX Socket.

The ports are:

  • port_input_unix_socket_json
  • port_output_unix_socket_json

Statics

PORT_INPUT_UNIX_SOCKET

This is the pointer for the main function to start the port.

PORT_OUTPUT_UNIX_SOCKET

This is the pointer for the main function to start the port.

Functions

port_input_unix_socket_json_start

This is the main function to start the port.

port_output_unix_socket_json_start

This is the main function to start the port.