[−][src]Module atomic_lib::resources
A resource is a set of Atoms that share a URL
Structs
Resource | A Resource is a set of Atoms that shares a single Subject. A Resource only contains valid Values, but it might lack required properties. All changes to the Resource are applied after committing them (e.g. by using). |
Functions
propvals_to_resourcestring | Converts PropVals to a ResourceString (serializes values to AD3) |
Type Definitions
PropVals | Maps Property URLs to their values Similar to ResourceString, but uses Values instead of Strings |
ResourceString | A plainstring hashmap, which represents a possibly unvalidated Atomic Resource. The key string represents the URL of the Property, the value one its Values. |