[][src]Module docker_client_async::version

Docker client versioning utilities.

Functions

equal

equal checks if a version is equal to another

greater_than

greater_than checks if a version is greater than another

greater_than_or_equal_to

greater_than_or_equal_to checks if a version is greater than or equal to another

less_than

less_than checks if a version is less than another.

less_than_or_equal_to

less_than_or_equal_to checks if a version is less than or equal to another.