pirate-librustzcash/librustzcash
Jack Grigg bbec1b841d
Use slices of native strings to pass parameter paths into Rust
On Windows, the slices are [u16] representing UTF-16. On all other
platforms, the slices are [u8] in the native filesystem encoding.

Closes #44.
2018-10-27 16:27:49 +13:00
..
include Use slices of native strings to pass parameter paths into Rust 2018-10-27 16:27:49 +13:00
src Use slices of native strings to pass parameter paths into Rust 2018-10-27 16:27:49 +13:00
Cargo.toml Merge branch 'zcash-2.0.1' 2018-10-11 20:57:50 +01:00
README.md Move librustzcash crate into subdir 2018-08-23 21:04:02 +01:00

librustzcash

This repository contains librustzcash, a static library for Zcash code assets written in Rust.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.