[][src]Module atomic_lib::store

Store - this is an in-memory store of Atomic data. This provides many methods for finding, changing, serializing and parsing Atomic Data. Currently, it can only persist its data as .ad3 (Atomic Data Triples) to disk. A more robust persistent storage option will be used later, such as: https://github.com/TheNeikos/rustbreak

Structs

Class
Property
Store

The in-memory store of data, containing the Resources, Properties and Classes

UnsupportedValue

When the Datatype of a Value is not handled by this library

Enums

DataType
PathReturn
Value

Constants

DATE_REGEX
SLUG_REGEX

Functions

match_datatype

Type Definitions

Resource

The first string represents the URL of the Property, the second one its Value.