tap-node 0.6.0

Transaction Authorization Protocol (TAP) node implementation for routing and processing messages
Documentation
1
2
3
4
5
6
7
8
//! Tests for the TAP message router and processing

#[tokio::test]
async fn test_router_creation() {
    // This is a placeholder test - in a real implementation,
    // we would test that the message router can route messages correctly
    // TODO: Implement actual router tests
}