diff --git a/documentation/docs/pages/sdk/rust/_meta.json b/documentation/docs/pages/sdk/rust/_meta.json index 3d9738a982..3db9739598 100644 --- a/documentation/docs/pages/sdk/rust/_meta.json +++ b/documentation/docs/pages/sdk/rust/_meta.json @@ -3,5 +3,6 @@ "examples": "Basic Examples", "message-helpers": "Message Helpers", "message-types": "Message Types", - "troubleshooting": "Troubleshooting" + "troubleshooting": "Troubleshooting", + "ffi": "FFI" } diff --git a/documentation/docs/pages/sdk/rust/ffi/_meta.json b/documentation/docs/pages/sdk/rust/ffi/_meta.json new file mode 100644 index 0000000000..dce9a7bfcd --- /dev/null +++ b/documentation/docs/pages/sdk/rust/ffi/_meta.json @@ -0,0 +1,4 @@ +{ + "go": "Go", + "cpp": "C/C++" +} diff --git a/documentation/docs/pages/sdk/rust/ffi/cpp.mdx b/documentation/docs/pages/sdk/rust/ffi/cpp.mdx new file mode 100644 index 0000000000..e69de29bb2 diff --git a/documentation/docs/pages/sdk/rust/ffi/go.mdx b/documentation/docs/pages/sdk/rust/ffi/go.mdx new file mode 100644 index 0000000000..e69de29bb2