add skeleton

This commit is contained in:
孙飞
2022-02-11 14:42:25 +08:00
parent aa691f9410
commit bef6354109
5 changed files with 75 additions and 0 deletions

4
src/SUMMARY.md Normal file
View File

@ -0,0 +1,4 @@
# Summary
- [Lifetime](lifetime/intro.md)
- [&'static and T: 'static](lifetime/static.md)