Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 280 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 280 Bytes

today session

  • create a rust lib
  • create a rust app using the rust lib
  • create ffi interface in the rust lib
  • add dynamic lib target on the rust lib
  • create a dart app using the rust lib via dart ffi

build

cargo build

run

dart run