1 Repo
Serializers specifically designed to convert date and time objects into binary formats for network transmission.
Distinct from Binary Serialization Protocols: Focuses on temporal data types rather than general data structures or specific protocol buffers.
Explore 1 awesome GitHub repository matching networking & communication · Temporal Object Serializers. Refine with filters or upvote what's useful.
Chrono is a Rust date and time library used for managing calendar dates, clock times, and timezone conversions. It functions as a high-precision timestamp tool and temporal data serializer for converting date and time objects into structured formats. The library includes a timezone conversion engine to translate timestamps between different geographical zones and manage local time configurations. Its broader capabilities cover date string formatting, high-precision timing, and the serialization of temporal data for database storage or network transmission.
Implements serialization traits to convert temporal objects into structured formats for network or database storage.