| Crates.io | libccp |
| lib.rs | libccp |
| version | 1.2.0 |
| created_at | 2019-02-04 16:39:40.090344+00 |
| updated_at | 2025-10-09 19:40:23.977644+00 |
| 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 | 164,161 |
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.