Done
Details
Assignee
Nikita BaksalyarNikita BaksalyarReporter
Nikita BaksalyarNikita BaksalyarStart date
May 01, 2018End date
May 14, 2018Story Points
4Components
Priority
Major
Details
Details
Assignee
Nikita Baksalyar
Nikita BaksalyarReporter
Nikita Baksalyar
Nikita BaksalyarStart date
May 01, 2018
End date
May 14, 2018
Story Points
4
Components
Priority
Created May 1, 2018 at 9:36 AM
Updated September 11, 2018 at 9:02 AM
Resolved May 14, 2018 at 4:48 PM
1. Check all functions exported in the
safe_app::ffi
module and make sure there are counterparts available as natvie Rust API (either in safe_app or safe_core), without having to go through the FFI interface.2. If these functions are not available without going through FFI, make them wrappers around native Rust functions.