You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
563 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 循环引用与自引用
实现一个链表是学习各大编程语言的常用技巧但是在Rust中实现链表意味着····Hell是的你没看错Welcome to hell。
链表在Rust之所以这么难完全是由于循环引用和自引用的问题引起的这两个问题可以说综合了Rust的很多难点难出了新高度因此本书专门开辟一章分为上下两篇试图彻底解决这两个老大难。
本章难度较高但是非常值得深入阅读它会让你对Rust的理解上升到一个新的境界。