Update README and lib docs

This commit is contained in:
Sofia 2025-07-14 02:28:01 +03:00
parent 1b9f3dbca0
commit c2a087785e
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ fn fibonacci(n: u16) -> u16 {
```
Currently missing relevant features (TODOs) are:
- Arrays
- ~~Arrays~~ (DONE)
- Structs (and custom types as such)
- Extern functions
- Strings

View File

@ -32,7 +32,7 @@
//! }
//!
//! Currently missing relevant features (TODOs) are:
//! - Arrays
//! - ~~Arrays~~ (DONE)
//! - Structs (and custom types as such)
//! - Extern functions
//! - Strings