chore: update readme to incorporate `vec` library

This commit is contained in:
thetek 2023-04-25 15:01:57 +02:00
parent 554917ce56
commit ecc2e0245e
1 changed files with 1 additions and 0 deletions

View File

@ -18,5 +18,6 @@ parameters and return values).
- `str`: A custom string type that stores length and capacity and associated
functions for interacting with it
- `test`: Simple unit testing library
- `vec`: Vectorized math operations
Note that some modules may depend on each other.