Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
/ safe_ffi Public archive

FFI Module to the SAFE Network API's

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

maidsafe-archive/safe_ffi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is no longer maintained

It has been moved to the maidsafe-archive organisation for reference only

safe_ffi

Primary Maintainer: Spandan Sharma (spandan.sharma@maidsafe.net)

Secondary Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)

Linux/OS X Windows Coverage Issues
Build Status Build status Coverage Status Stories in Ready
API Documentation - master branch SAFE Network System Documentation MaidSafe website SAFE Network Forum

Prerequisite

libsodium is a native dependency, and can be installed by following the instructions for Windows or for OS X and Linux.

Build Instructions

safe_ffi can interface with Client modules conditionally built against either the routing crate or a mock used for local testing.

To use it with the Mock:

cargo build --features "use-mock-routing"
cargo test --features "use-mock-routing"

To interface it with actual routing (default):

cargo build
cargo test

Todo Items

  • Expand scope of test cases

About

FFI Module to the SAFE Network API's

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages