luci 0.2.0

Define and read configuration file
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# luci

Define and read configuration file. Support platforms where `libc` is available.

## Quickstart

For a quickstart, see [examples](examples). For installation from package
repository, see [crates.io](https://crates.io/crates/luci). For API
references, see [doc.rs](https://docs.rs/luci).

## Test

```bash
chmod 600 tests/data/*
cargo test
```