Crate mz_segment

Source
Expand description

Segment library for Rust.

This crate provides a library to the Segment analytics platform. It is a small wrapper around the segment crate to provide a more ergonomic interface.

Structsยง

Constantsยง

  • MAX_PENDING_EVENTS ๐Ÿ”’
    The maximum number of undelivered events. Once this limit is reached, new events will be dropped.