Implement Serializer (#3)

Add an algorithm to generate a bot file from a set of timelines.

Reviewed-on: #3
Co-authored-by: Rhys Lloyd <krakow20@gmail.com>
Co-committed-by: Rhys Lloyd <krakow20@gmail.com>
This commit was merged in pull request #3.
This commit is contained in:
2025-12-15 23:09:21 +00:00
committed by Rhys Lloyd
parent b9aaf9d30f
commit f9c5ef7b44
4 changed files with 297 additions and 4 deletions

View File

@@ -1,10 +1,13 @@
[package]
name = "strafesnet_roblox_bot_file"
version = "0.8.0"
edition = "2021"
edition = "2024"
[dependencies]
binrw = "0.15.0"
bitflags = "2.6.0"
itertools = { version = "0.14.0", optional = true }
[features]
default = ["itertools"]
itertools = ["dep:itertools"]