summaryrefslogtreecommitdiffstats
path: root/native/src/system (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez1-3/+3
2022-08-12Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW1-3/+3
2022-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez1-2/+5
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard1-1/+1
2022-04-26Add memory usage to `Information` structLibravatar Richard1-1/+3
2022-04-26Add graphics information to `system::Information`Libravatar Richard1-0/+4
2022-04-26Add `system_information` exampleLibravatar Richard1-4/+0
2022-04-26Turn `Information` fields `pub`Libravatar Richard1-8/+16
2022-04-26Introduce `QueryInformation` to `system::Action`Libravatar Richard2-2/+47
2022-04-26Add new `System` variant to `Action`Libravatar Richard1-0/+3