An open API service indexing awesome lists of open source software.

https://github.com/halfzebra/rust-smart-pointers-examples

Rust smart pointer examples from Rustbook
https://github.com/halfzebra/rust-smart-pointers-examples

examples rust rust-lang

Last synced: about 1 month ago
JSON representation

Rust smart pointer examples from Rustbook

Awesome Lists containing this project

README

          

# rust-smart-pointers-examples

All code from Rustbook chapter [15. Smart Pointers](https://doc.rust-lang.org/book/ch15-00-smart-pointers.html) with comments organized as a single project.

```sh
# to run examples
carago run
# to run tests
cargo test
```