Updated readme
All checks were successful
Rust Build / Check (pull_request) Successful in 34s
Rust Build / Rustfmt (pull_request) Successful in 31s
Rust Build / Test Suite (pull_request) Successful in 38s
Rust Build / Clippy (pull_request) Successful in 35s
Rust Build / build (pull_request) Successful in 34s

This commit is contained in:
2025-10-24 12:47:13 -04:00
parent 6d2e2cb850
commit 66c3cc8982

View File

@@ -1,2 +1,3 @@
A library containing commonly used models and functions that is used throughout A library containing commonly used structs, functions, enums, constants and other code
icarus projects. This reduces the amount of duplicated code without a benefit. that is used throughout the icarus projects. Code from this library serves as the model
for other projects in the icarus project.