noosphere 0.8.3

A high-level package for dealing with accessing the Noosphere
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
![API Stability: Alpha](https://img.shields.io/badge/API%20Stability-Alpha-red)

# Noosphere

This is the entrypoint for most language-specific distributable packages the
deal with accessing the Noosphere. It contains language-specific bindings and
platform-sensitive behavior to provide a common set of high-level APIs.

## Building Headers

To build the C FFI headers:

```
cargo run --features=headers --example generate_header
```