mirror of
https://github.com/darwincereska/envkit.git
synced 2026-06-11 10:23:23 -05:00
docs: updated readme
This commit is contained in:
@@ -16,12 +16,14 @@ It keeps the API minimal:
|
|||||||
- `String`
|
- `String`
|
||||||
- `bool`
|
- `bool`
|
||||||
- numeric types: `i8`, `i16`, `i32`, `i64`, `i128`, `isize`, `u8`, `u16`, `u32`, `u64`, `u128`, `usize`, `f32`, `f64`
|
- numeric types: `i8`, `i16`, `i32`, `i64`, `i128`, `isize`, `u8`, `u16`, `u32`, `u64`, `u128`, `usize`, `f32`, `f64`
|
||||||
|
- Vectors with any of the supported types
|
||||||
|
|
||||||
Boolean parsing accepts:
|
Boolean parsing accepts:
|
||||||
|
|
||||||
- `true` / `false`
|
- `true` / `false`
|
||||||
- `1` / `0`
|
- `1` / `0`
|
||||||
- `t` / `f`
|
- `t` / `f`
|
||||||
|
- `yes` / `no`
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user