docs: updated readme

This commit is contained in:
darwincereska
2026-06-08 12:09:43 -04:00
parent 5743c0b490
commit 56339890e5
+2
View File
@@ -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