You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Structs to represent a limited TSL file. Essential metadata and patches only in v1. Represents patches as sparse encoded by default. See In memory patches #3 & Document sparse encoding #5.
C API
Serialize TSL to/from a C string.
Serialize TSL by reading/writing through a buffer.
Go API
Serialize TSL to/from a string.
Serialize TSL through a Reader/Writer.
The text was updated successfully, but these errors were encountered:
Both APIs
Essential metadata and patches only in v1.
Represents patches as sparse encoded by default. See In memory patches #3 & Document sparse encoding #5.
C API
Go API
The text was updated successfully, but these errors were encountered: