Crates.io | easy_linked_list |
lib.rs | easy_linked_list |
version | 0.1.4 |
source | src |
created_at | 2024-04-08 09:27:52.849549 |
updated_at | 2024-04-08 20:47:51.130588 |
description | easy linked list is easy to work |
homepage | |
repository | |
max_upload_size | |
id | 1200060 |
size | 30,868 |
Hi! I'm saeed safi and worked as backend developer for 3 years. I want to introduce some part of code that I managed for you to make work with arrays much easier. before start you should know: all functions return option type when you want to get value from them you should use :
match your_list_name.get_by_index(1) {
Some(z) => println!("{:?}", z),
None => println!("not found"),
}
otherwise it returns something like this => some(value) we are trying to handle it in other version of the package in future.
if you have a suggestion you can comunicate with my email in my account thanks for your attention