connexa

Crates.ioconnexa
lib.rsconnexa
version0.4.1
created_at2025-05-26 13:34:28.377303+00
updated_at2025-08-21 12:01:42.174204+00
descriptionHigh level abtraction of rust-libp2p
homepage
repositoryhttps://github.com/dariusc93/connexa
max_upload_size
id1689678
size489,958
Darius Clark (dariusc93)

documentation

README

Connexa

High-level abstraction over rust-libp2p for easier protocol integration and management

License: MIT OR Apache-2.0 Status: Alpha

Description

Based and inspired by rust-ipfs, Connexa is built on top of rust-libp2p. It provides a high-level abstraction to simplify running and managing libp2p protocols.

The goal of Connexa is to make it easier to leverage rust-libp2p and its built-in protocols, while also allowing developers to build and integrate their own custom protocols.

Project Status

Alpha — This project is in early development. APIs, features, and design may change significantly.

Getting Started

Check out the examples directory to learn how to:

  • Use Connexa in your project
  • Implement custom rust-libp2p behaviours
  • Compose multiple protocols with minimal boilerplate

License

This project is dual-licensed under either:

You may choose the license that best fits your use case.

Commit count: 212

cargo fmt