gtfs/realtime/decoder
GTFS Realtime Decoder
Decodes GTFS Realtime Protocol Buffer messages using protobin. Implements decoders for all message types defined in gtfs-realtime.proto.
Values
pub fn decode(
data: BitArray,
) -> Result(types.FeedMessage, protobin.ParseError)
Alias for decode_feed_message for convenience
pub fn decode_feed_message(
data: BitArray,
) -> Result(types.FeedMessage, protobin.ParseError)
Decode a GTFS Realtime feed message from protobuf binary data