Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.
Ivan Semenkov edited this page Feb 5, 2021 · 2 revisions

Welcome to the librustconfig wiki!

Table of contents

Requirements

Library is writing used latest stable Rust Compiler (rustc 1.46.0 (04488afe3 2020-08-24)).

Installation

Add this to your Cargo.toml:

[dependencies]
librustconfig = "0.1.*"

Usage

Add to your crate root:

extern crate config;

Bindings

libconfig-sys crate contains the libconfig translated headers to use this library in Rust programs.

Wrapper

libconfig crate contains the libconfig safe wrapper.

Clone this wiki locally