Make new error structs, improve tests, remake file structure.

This commit is contained in:
Michael Mikovsky
2026-05-28 12:41:32 -06:00
parent 3973589a35
commit 65a7f675a9
14 changed files with 958 additions and 385 deletions
+1 -6
View File
@@ -1,13 +1,8 @@
pub mod error;
mod routing;
use alloc::{boxed::Box, vec::Vec};
use crate::{
leaf::Leaf,
packet::Packet,
types::{ConnectionSet, HookMap, Path, RouteMap},
};
use crate::{ConnectionSet, HookMap, Leaf, Packet, Path, RouteMap};
pub struct Endpoint {
// This endpoint's identifier