You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ if __name__ == "__main__":
119
119
120
120
## Object Model
121
121
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
123
123
- Optionally store rust payload (for instance String, or f64)
0 commit comments