Module emf_core_base_rs::global::version[][src]

Global version api.

Functions

as_string_full

Represents the version as a full string.

as_string_long

Represents the version as a long string.

as_string_short

Represents the version as a short string.

compare

Compares two versions.

compare_strong

Compares two versions.

compare_weak

Compares two versions.

from_string

Constructs a version from a string.

is_compatible

Checks for compatibility of two versions.

new_full

Constructs a new version.

new_long

Constructs a new version.

new_short

Constructs a new version.

string_is_valid

Checks whether the version string is valid.

string_length_full

Computes the length of the full version string.

string_length_long

Computes the length of the long version string.

string_length_short

Computes the length of the short version string.