Expand description
Reliable test network infrastructure for Freenet
This crate provides tools for spinning up and managing local Freenet test networks for integration testing.
Structs§
- LogEntry
- A log entry from a peer with timestamp
- Network
Builder - Builder for configuring and creating a test network
- Network
Topology - Network topology information
- Test
Network - A test network consisting of gateways and peer nodes
- Test
Peer - Represents a single peer in the test network
Enums§
- Build
Profile - Build profile for compiling freenet
- Error
- Errors that can occur when managing test networks
- Freenet
Binary - Specifies which freenet binary to use for the test network
Type Aliases§
- Result
- Result type used throughout this crate