[][src]Crate fasters

fasters is a Rust library that implements the FAST 1.2 protocol.

Structs

Template

Templates are used to represent the structure of the data that is to be encoded. A template represents a logical unit of data as it is transmitted from sender to receiver. In other words, a template is used to represent a specific message type. When planning to encode a data feed a user should begin by converting standard message formats to templates.

Traits

Codec

Type Definitions

Result

Shorthand for a Result with the error type serde_json::Error.