Skip to content

ARwMq9b6/indicatif-ffi

Repository files navigation

(WIP) C, Go, Python buildings to indicatif

Usage

Requirement: Rust toolchain

C

Example:

$ make c-example-download

Go

You can choose either pure go or cgo implementation

Pure go

Requirement: gccgo

Example:

$ go get -d github.com/ARwMq9b6/indicatif-ffi/indicatif-ffi-go
$ git clone git://github.com/ARwMq9b6/indicatif-ffi
$ cd indicatif-ffi
$ make go-example-download

Cgo

Example:

$ go get -d github.com/ARwMq9b6/indicatif-ffi/indicatif-ffi-go-cgo
$ git clone git://github.com/ARwMq9b6/indicatif-ffi
$ cd indicatif-ffi
$ make go-cgo-example-download

Python

py3.5+

Example:

$ make py-example-download