From 56339890e55b57e34102bfdc1d7a747ac6daa607 Mon Sep 17 00:00:00 2001 From: darwincereska Date: Mon, 8 Jun 2026 12:09:43 -0400 Subject: [PATCH] docs: updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 433307f..22dfbe6 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,14 @@ It keeps the API minimal: - `String` - `bool` - 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: - `true` / `false` - `1` / `0` - `t` / `f` +- `yes` / `no` ## Quick start