ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

Rust Helper API - best practice refactoring #22

Closed mario4tier closed 1 year ago

mario4tier commented 1 year ago

(1) Move the sui-base-helper outside of demo-app

(2) Changes to follow Rust API guidelines: https://rust-lang.github.io/api-guidelines/about.html

Object-based API (sui-base helper is already there, just putting this here for completion):
   https://rust-unofficial.github.io/patterns/patterns/ffi/export.html