Summary
`safestructures` is a Python package based on `safetensors` to serialize general data structures, especially if they contain tensors. This release provides its two main functions:
* `save_file` - save data as a `safetensors` file, making it compatible to load the original data via `safestructures`.
* `load_file` - load data from a `safestructures`-compatible file.
It supports a plugin architecture to deal with data types not covered by core capabilities. For more details, see the [docs](https://rachthree.github.io/docs/safestructures/).