kitsune2_core 0.4.0-dev.7

p2p / dht communication framework core and testing modules
Documentation
# Kitsune2 Core

[![Project](https://img.shields.io/badge/project-kitsune2-purple.svg?style=flat-square)](https://github.com/holochain/kitsune2)
[![Crate](https://img.shields.io/crates/v/kitsune2_core.svg)](https://crates.io/crates/kitsune2_core)
[![API Docs](https://docs.rs/kitsune2_core/badge.svg)](https://docs.rs/kitsune2_core)
[![Discord](https://img.shields.io/badge/Discord-blue.svg?style=flat-square)](https://discord.gg/k55DS5dmPH)

Core functionality for the Kitsune2 project. This crate provides some production-ready implementations of the 
[kitsune2_api](https://crates.io/crates/kitsune2_api) traits and some that are intended for testing.

## License
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

Copyright (C) 2024 - 2025, Holochain Foundation

This program is free software: you can redistribute it and/or modify it under the terms of the license
provided in the LICENSE file (Apache 2.0).  This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.