Commit Graph

11 Commits

Author SHA1 Message Date
Jack Wills dc4a62910c wip: sort_by 2022-07-22 03:29:23 +00:00
Jack Wills 1674db8a20 docs: comments improved 2022-05-30 14:30:25 +00:00
Jack Wills f9075519ed refactor: cargo fmt 2022-05-30 02:31:20 +00:00
Jack Wills 63b7de5345 fix: out of bounds error, closes [#8]
use .is_some() and if let Some() to make sure that container indexes are still valid, without can cause out of bounds issue due to docker update frequencies
2022-05-30 02:13:17 +00:00
Jack Wills d68285a233 fix: remove unwraps()
update_containers use an if let Some() instead of an unwrtap().to_owned()
2022-05-30 01:30:24 +00:00
Jack Wills 846fb60131 fix: docker data remove unwrap()
use filter_map in update_containers iter, rather than map(i.unwrap())
2022-05-30 01:19:37 +00:00
Jack Wills 108c457e27 fix: app_data unwrap() removal
update_log_by_index replaced unwrap with unwrap_or_default, for a usize
2022-05-30 00:15:38 +00:00
Jack Wills cf3d0dad3b chore: release v0.0.2 2022-04-29 18:01:55 +00:00
Jack Wills f43c623813 docs: readme 2022-04-29 17:59:17 +00:00
Jack Wills bb29c0ebfa fix: cargo fmt added to create_release 2022-04-25 02:53:14 +00:00
Jack Wills 5101f60aaa init commit 2022-04-25 02:44:39 +00:00