content.rs |
This module enhances the IncomingBso and OutgoingBso records to deal with
arbitrary <T> types, which we call "content"
It can:
* Parse JSON into some <T> while handling tombstones and invalid json.
* Turn arbitrary <T> objects with an `id` field into an OutgoingBso. |
14878 |
crypto.rs |
Support for "encrypted bso"s, as received by the storage servers.
This module decrypts them into IncomingBso's suitable for use by the
engines. |
7298 |
mod.rs |
snip |
7835 |
test_utils.rs |
Utilities for tests to make IncomingBsos and Content from test data. |
2489 |