Documentation
1
2
3
4
5
6
7
8
9
extern crate libc; 
extern crate jsonnet;
use libc::c_char;
use jsonnet::ffi::command::{ Jsonnet }; 

#[test]
pub fn jsonnet_version() {
	let msg  : *const c_char = Jsonnet::version();
}