Handle for reading and writing content-addressed objects under `~/.ix/store`.
| 47 | |
| 48 | /// Handle for reading and writing content-addressed objects under `~/.ix/store`. |
| 49 | pub struct Store; |
| 50 | |
| 51 | impl Store { |
| 52 | /// Get the home directory from the HOME environment variable |