From e82c33716aab668491c48d1f1fb9389790db590a Mon Sep 17 00:00:00 2001 From: xushiwei Date: Thu, 25 Jul 2024 20:37:09 +0800 Subject: [PATCH] Update and rename Rust-to-LLGO-Migration-Guide.md to How-to-support-a-Rust-Library.md --- ...LGO-Migration-Guide.md => How-to-support-a-Rust-Library.md} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename doc/{Rust-to-LLGO-Migration-Guide.md => How-to-support-a-Rust-Library.md} (99%) diff --git a/doc/Rust-to-LLGO-Migration-Guide.md b/doc/How-to-support-a-Rust-Library.md similarity index 99% rename from doc/Rust-to-LLGO-Migration-Guide.md rename to doc/How-to-support-a-Rust-Library.md index c6b3a3c8..7b7ba70d 100644 --- a/doc/Rust-to-LLGO-Migration-Guide.md +++ b/doc/How-to-support-a-Rust-Library.md @@ -1,4 +1,5 @@ -# Rust to LLGO Migration Document +How to support a Rust Library +===== ## Add Dependencies & Build Configuration