wduquette / molt

Embeddable TCL Interpreter for Rust applications
BSD 3-Clause "New" or "Revised" License
103 stars 12 forks source link

Fully document and test ::molt::scope #20

Closed wduquette closed 5 years ago

wduquette commented 5 years ago

Including full Rustdoc comments and working examples. The module has a test suite; verify that it provides sufficient coverage.

wduquette commented 5 years ago

Added some tests. Also, realized that molt::scope isn't really a public module; all client access is provided via Interp, so made it private.