solana/sdk-c
dependabot-preview[bot] 068666b0e3
Bump cbindgen from 0.14.1 to 0.14.2 (#9900)
automerge
2020-05-06 09:07:57 -07:00
..
src Rename KeypairUtil to Signer (#8360) 2020-02-20 13:28:55 -08:00
.gitignore
Cargo.toml Bump cbindgen from 0.14.1 to 0.14.2 (#9900) 2020-05-06 09:07:57 -07:00
README.md Change default location of `solana.h` to `OUT_DIR` (#5389) 2019-08-01 12:33:30 -07:00
build.rs Change default location of `solana.h` to `OUT_DIR` (#5389) 2019-08-01 12:33:30 -07:00
cbindgen.toml It's 2019 2019-07-15 20:58:21 -07:00

README.md

Solana SDK-C

This crate exposes a C API to Solana functions written in Rust. The crate generates a static library, and uses cbindgen to generate a header file during the build. To generate both:

$ cd <path/to/solana/repo>/sdk-c
$ SOLANA_H_OUT_DIR="$(pwd)/include" cargo build

This will generate the static library in <path/to/solana/repo>/target/deps and the header file in <path/to/solana/repo>/sdk-c/include.