aboutsummaryrefslogtreecommitdiff
path: root/src/device
Commit message (Expand)AuthorAge
* Use find(…) instead of skip_while(…).next()Robin Krahl2020-07-08
* Remove unused importsRobin Krahl2020-07-08
* Refactor string handling in utilRobin Krahl2020-02-03
* Represent serial numbers using SerialNumber structRobin Krahl2020-02-03
* Use NK_get_status to implement Device::get_configRobin Krahl2020-02-03
* Implement From<&NK_status> for RawConfigRobin Krahl2020-02-03
* Always store serial numbers as integersRobin Krahl2020-01-28
* Add String value to the Error::UnexpectedError variantRobin Krahl2020-01-28
* Fix serial number for older Nitrokey Pro in list_devicesRobin Krahl2020-01-15
* Add the fill_sd_card function to StorageRobin Krahl2020-01-14
* Add the get_operation_status function to the Storage structRobin Krahl2020-01-14
* Derive Clone, Copy, Debug, PartialEq for StatusRobin Krahl2020-01-14
* Add the get_sd_card_usage function to the Storage structRobin Krahl2020-01-14
* Rename Status::get_status to get_storage_statusRobin Krahl2020-01-11
* Add support for the GET_STATUS commandRobin Krahl2020-01-11
* Add the DeviceInfo structRobin Krahl2020-01-07
* Implement conversion traits for Model and NK_device_modelRobin Krahl2020-01-07
* Simplify doc tests with resultsRobin Krahl2019-12-27
* Refactor the device module into submodulesRobin Krahl2019-07-16