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
- Host: GitHub
- URL: https://github.com/halfzebra/rust-smart-pointers-examples
- Owner: halfzebra
- Created: 2019-11-24T09:25:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T11:31:43.000Z (over 6 years ago)
- Last Synced: 2025-12-27T05:55:23.004Z (6 months ago)
- Topics: examples, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```