Module simplebase::engine[][src]

Structs

DataLink
RecordCharacteristics
RecordData
RecordDataReadOnly

Enums

DataType

This is enum helps categorise the type of data that is being stored. It will be used to convert the data back to its orignal type (this will be fully implimented in the next release).

Traits

Base

Functions

chksum

This function produces a basic chksum for a Vector of u8 bytes. It is not for security purposes but rather data validation only.

load_hash_database

This loads a file that was saved using the "save_database" function which can then be used with the appropriate methods.

load_hash_database_read_only

This loads a file that was saved using the "save_database" as read only (only read functions such as searching etc are permitted) function which can then be used with the appropriate methods.

new_empty_database

This function creates a new empty database which is writable and readable.

save_hash_database

Saves a database to a file.