libcros 0.6.4

A Rust library that provides easy-to-use functions for interacting with a Chrome device
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
TODO:
- add GPTPartitionSpec:
  - partition_id
  - size
  - type
  - attributes
  - starting offset (if 0, use the first available free area like how `fdisk` would)

- add create.rs: create_partition(disk, partition_spec)
- add delete.rs: delete_partition(disk, partition_id)
- add other stuff we may want, e.g: setting partition attributes, getting partition data, etc, etc
*/