This commit is contained in:
Puru Vijay
2024-05-26 18:57:58 +05:30
parent 48a4e69d91
commit e43c8c0438
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
# Unity Tutorial - Advanced - Part 4 - Resources and Scheduling
---
title: Unity Tutorial - Advanced - Part 4 - Resources and Scheduling
---
Need help with the tutorial? [Join our Discord server](https://discord.gg/spacetimedb)!
+3 -1
View File
@@ -1,4 +1,6 @@
# Module ABI Reference
---
title: Module ABI Reference
---
This document specifies the _low level details_ of module-host interactions (_"Module ABI"_). _**Most users**_ looking to interact with the host will want to use derived and higher level functionality like [`bindings`], `#[spacetimedb(table)]`, and `#[derive(SpacetimeType)]` rather than this low level ABI. For more on those, read the [Rust module quick start][module_quick_start] guide and the [Rust module reference][module_ref].