wireframe 0.3.0

Simplify building servers and clients for custom binary protocols.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
@testkit-export
Feature: `wireframe::testkit` public export

  Scenario: Chunked partial-frame driving is available from the root crate
    Given a wireframe app with a Hotline codec allowing 4096-byte frames for testkit export
    When a payload is driven through `wireframe::testkit` in 2-byte chunks
    Then the testkit export returns a non-empty response payload

  Scenario: Reassembly assertions are available from the root crate
    Given a completed message-assembly snapshot for key 7 in the testkit export world
    When the snapshot is asserted through `wireframe::testkit`
    Then the testkit reassembly assertion succeeds