rustpython-problem/README.md at main · eddoss/rustpython-problem · GitHub
Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 223 Bytes

File metadata and controls

6 lines (5 loc) · 223 Bytes

Environment

  1. I have an embedded module in main.rs
  2. I have a program that execute script that access to the embedded module

Question

How to properly implement Foo.item getter and setter ?