S-Coyle / sn_client

A set of libraries providing a way for developers to consume and use the SAFE Network facilities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sn_client

Documentation

Compatability

sn_node: 0.42.X

Overview

sn_client can interface conditionally against either the sn_routing crate or a mock used for local testing.

Crate Dependencies

Crate dependencies graph:

sn_client Safe Network dependencies

Legend

Dependencies are coloured depending on their kind:

  • Black: regular dependency
  • Purple: build dependency
  • Blue: dev dependency
  • Red: optional dependency

A dependency can be of more than one kind. In such cases, it is coloured with the following priority: Regular -> Build -> Dev -> Optional

View all sn_client dependencies

sn_client all dependencies

Click here for an overview of the interdependencies of all the main MaidSafe components.

License

This Safe Network library is licensed under the General Public License (GPL), version 3 (LICENSE http://www.gnu.org/licenses/gpl-3.0.en.html).

Linking exception

sn_client is licensed under GPLv3 with linking exception. This means you can link to and use the library from any program, proprietary or open source; paid or gratis. However, if you modify sn_client, you must distribute the source to your modified version under the terms of the GPLv3.

See the LICENSE file for more details.

About

A set of libraries providing a way for developers to consume and use the SAFE Network facilities.

License:Other


Languages

Language:Rust 99.7%Language:Shell 0.3%