Skip to content

Commit b1a946b

Browse files
committed
README.md for bindings
1 parent 189591a commit b1a946b

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

bindings/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Bindings
2+
3+
This project contains the Rust FFI for the project API ([proj/](../proj/)), as well as language specific bindings.
4+
5+
## Supported languages
6+
7+
As Intecture's APIs are going through much upheaval, no FFI or bindings currently exist. As the APIs mature, we will port the PHP bindings from Intecture 0.3 and then look to add support for a fourth language.

bindings/src/lib.rs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#[cfg(test)]
2-
mod tests {
3-
#[test]
4-
fn it_works() {
5-
}
6-
}
1+
// Copyright 2015-2017 Intecture Developers.
2+
//
3+
// Licensed under the Mozilla Public License 2.0 <LICENSE or
4+
// https://www.tldrlegal.com/l/mpl-2.0>. This file may not be copied,
5+
// modified, or distributed except according to those terms.

0 commit comments

Comments
 (0)