Skip to content

Commit

Permalink
More crate-level comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jan 2, 2024
1 parent b97baee commit c66445d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hax-lib-protocol/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
//! This crate provides types and traits for implementing a protocol state
//! machine.
//!
//!
//! A protocol party is conceived of as having a set of possible states, one of
//! which is the initial state. Transitioning to a different state is possible
//! either through receiving and processing a message or through writing a
//! message.

/// A protocol error type.
#[derive(Debug)]
Expand Down

0 comments on commit c66445d

Please sign in to comment.