From 64b0a76739bb33654b31e25acc0944575f7c668e Mon Sep 17 00:00:00 2001 From: jackymao Date: Wed, 24 Aug 2022 18:14:06 +0800 Subject: [PATCH] starting on rustdoc --- .../1.rustdoc/config.json" | 10 ++++++++++ .../1.rustdoc/rustdoc.json" | 7 +++++++ .../1.rustdoc/rustdoc.md" | 13 +++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 "data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/config.json" create mode 100644 "data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.json" create mode 100644 "data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.md" diff --git "a/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/config.json" "b/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/config.json" new file mode 100644 index 0000000..bbab452 --- /dev/null +++ "b/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/config.json" @@ -0,0 +1,10 @@ +{ + "node_id": "", + "keywords": [], + "children": [], + "export": [ + "rustdoc.json" + ], + "keywords_must": [], + "keywords_forbid": [] +} \ No newline at end of file diff --git "a/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.json" "b/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.json" new file mode 100644 index 0000000..f52e431 --- /dev/null +++ "b/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "jackymao_com", + "source": "rustdoc.md", + "notebook_enable": false, + "exercise_id": "" +} \ No newline at end of file diff --git "a/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.md" "b/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.md" new file mode 100644 index 0000000..ffc00c9 --- /dev/null +++ "b/data/1.rust\345\210\235\351\230\266/3.\346\226\207\346\241\243/1.rustdoc/rustdoc.md" @@ -0,0 +1,13 @@ +# 文档 + + + + + + -- GitLab