Refactored LoxideLibs
Build Library / Build Library (push) Successful in 5m30s

1. Added compatibility check, LoxideLibs will now abort the entire program if OS is not linux or windows.
2. Changed the python data extraction compatibility layer, LoxideLibs was calling the extract data function twice, causing very slight overhead. I have now changed this so that the function returns a Struct that is now easily extractable via dot method notation.
This commit is contained in:
brotoskyj
2025-12-11 11:47:50 -05:00
parent 0ac3b54d89
commit 59bb97ec4e
6 changed files with 32 additions and 39 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ dependencies = [
[[package]]
name = "airlock_libs"
version = "5.2.0"
version = "5.2.1"
dependencies = [
"chrono",
"crossbeam",