Browse Source

Add README symlink.

Kestrel 2 năm trước cách đây
mục cha
commit
d53dfc1823
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      rustructure/README.md
  2. 1 1
      rustructure/src/lib.rs

+ 1 - 0
rustructure/README.md

@@ -0,0 +1 @@
+../README.md

+ 1 - 1
rustructure/src/lib.rs

@@ -1,4 +1,4 @@
-#![doc = include_str!("../../README.md")]
+#![doc = include_str!("../README.md")]
 
 #![cfg_attr(not(feature = "std"), no_std)]