Update README and lib docs
This commit is contained in:
		
							parent
							
								
									1b9f3dbca0
								
							
						
					
					
						commit
						c2a087785e
					
				@ -33,7 +33,7 @@ fn fibonacci(n: u16) -> u16 {
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Currently missing relevant features (TODOs) are:
 | 
					Currently missing relevant features (TODOs) are:
 | 
				
			||||||
- Arrays
 | 
					- ~~Arrays~~ (DONE)
 | 
				
			||||||
- Structs (and custom types as such)
 | 
					- Structs (and custom types as such)
 | 
				
			||||||
- Extern functions
 | 
					- Extern functions
 | 
				
			||||||
- Strings
 | 
					- Strings
 | 
				
			||||||
 | 
				
			|||||||
@ -32,7 +32,7 @@
 | 
				
			|||||||
//! }
 | 
					//! }
 | 
				
			||||||
//!
 | 
					//!
 | 
				
			||||||
//! Currently missing relevant features (TODOs) are:
 | 
					//! Currently missing relevant features (TODOs) are:
 | 
				
			||||||
//! - Arrays
 | 
					//! - ~~Arrays~~ (DONE)
 | 
				
			||||||
//! - Structs (and custom types as such)
 | 
					//! - Structs (and custom types as such)
 | 
				
			||||||
//! - Extern functions
 | 
					//! - Extern functions
 | 
				
			||||||
//! - Strings
 | 
					//! - Strings
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user