Crates.io | libccp |
lib.rs | libccp |
version | 1.1.1 |
source | src |
created_at | 2019-02-04 16:39:40.090344 |
updated_at | 2021-07-20 00:17:57.057123 |
description | Rust bindings for libccp, a library for implementing CCP-compatible datapaths |
homepage | https://ccp-project.github.io |
repository | https://github.com/akshayknarayan/libccp-rust |
max_upload_size | |
id | 112680 |
size | 156,590 |
Libccp is an implementation of the core functionality necsesary for a datapath to communicate with a CCP process.
This crate implements Rust bindings for libccp. It is useful for datapaths implemented in Rust which wish to add CCP support.
If you do not need to create a new datapath and just want to get started using CCP, please see the guide.