intecture-api 0.3.2

API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool.
Documentation
1
2
3
4
5
6
7
8
9
10
/**
@mainpage Intecture API - C Binding Documentation

The Intecture API C binding consists of a set of headers. See inapi.h
for more information.

To build an Intecture C project, you should include the C header
(inapi.h) in your code and link against the Rust dynamic library at
compile time (-l inapi).
*/