Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c81bd6

Browse files
committed
Update README.md
1 parent 241e561 commit 6c81bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if __name__ == "__main__":
119119

120120
## Object Model
121121

122-
- Use Rust Rc and RefCell to do reference counting of Python objects
122+
- Use Rust [Rc](https://doc.rust-lang.org/std/rc/struct.Rc.html) and [RefCell](https://doc.rust-lang.org/std/cell/struct.RefCell.html) to do reference counting of Python objects
123123
- Optionally store rust payload (for instance String, or f64)
124124

125125
```rust

0 commit comments

Comments
 (0)