Commit Graph

5 Commits

Author SHA1 Message Date
Joe Bellus 24b59f24f3 Updated guide base url 2024-04-19 19:56:15 -04:00
Joe Bellus 5896818dbd Sync feature
The sync feature uses Arc<RwLock<T>> in place of Rc<RefCell<T>> for Res
and State. This allows state and resource objects to be thread safe.

Added threading example

Added threading documentation
2024-04-19 19:43:42 -04:00
Joe Bellus 3b099bfbb0 Readme & CI
Added a project readme and setup CI pipelines for GH Actions.
Pipelines added for user guide publishing and tests.
2024-04-19 15:06:45 -04:00
Joe Bellus 8f8bd96dae Cleaned up old files
Removed plugins and components modules. These may
be added back in, but with a different implementation.
2024-04-19 06:22:56 -04:00
Joe Bellus c3a14d6c33 Documentation
Added documentation to many public functions

Added Codex documentaiton for the project as a whole

Added build pipline for generating codex site
2024-04-19 01:44:24 -04:00