add rust lang to repo by add assets/mini-redis

This commit is contained in:
sunface
2022-02-24 16:14:58 +08:00
parent d0c4a4669a
commit 58cb728626
31 changed files with 5036 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#[tokio::main]
async fn main() {
unimplemented!();
}