[][src]Module exonum_merkledb::validation

Validation helpers for index names.

Functions

is_allowed_index_name_char

Checks that a character is allowed in an index name.

is_valid_identifier

Validates that an index name consists of allowed chars. This method does not check if name is empty.

is_valid_index_name_component

Validates that a prefix consists of chars allowed for an index prefix.