From 3ae5a2c2a6b3a73a83c5660d7c9be2f28d723789 Mon Sep 17 00:00:00 2001 From: Peter John Date: Tue, 3 Dec 2024 12:18:50 +0530 Subject: [PATCH] Update readme.md --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 44a6c7b..b90a7af 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,9 @@ +# ** Decomissioning of my github profile ** + +New rust-embed location, +**https://git.sr.ht/~pyrossh/rust-embed** + + ## Rust Embed [![Build Status](https://github.com/pyros2097/rust-embed/workflows/Test/badge.svg)](https://github.com/pyros2097/rust-embed/actions?query=workflow%3ATest) [![crates.io](https://img.shields.io/crates/v/rust-embed.svg)](https://crates.io/crates/rust-embed) Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.