issues
search
katana-dev
/
lib-katana
Go library for Boss Katana management tasks.
GNU General Public License v3.0
16
stars
2
forks
source link
TSL handling
#8
Open
Beanow
opened
7 years ago
Beanow
commented
7 years ago
Both APIs
[ ] Structs to represent a limited TSL file.
Essential metadata and patches only in v1.
Represents patches as sparse encoded by default. See #3 & #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.
Both APIs
C API
Go API