Skip to content

Safe Network (Rust) bindings for Red language.

Notifications You must be signed in to change notification settings

loziniak/sn_ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sn_ffi

Safe Network sn_api bindings for Red language (32-bit).

Building

git clone git@github.com:loziniak/sn_ffi.git

# generate sources
./red-08may23-652d66a4f bindgen.red

# rust 32-bit lib
cd output/sn_ffi
cargo build --target=i686-unknown-linux-gnu

# red test
cd ../..
./red-toolchain-08may23-652d66a4f -c -o bin/sn-ffi-test sn-ffi-test.red
bin/sn-ffi-test

About

Safe Network (Rust) bindings for Red language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published