Function soup::micro_version

source ·
pub fn micro_version() -> u32
Expand description

Returns the micro version number of the libsoup library.

e.g. in libsoup version 2.42.0 this is 0.

This function is in the library, so it represents the libsoup library your code is running against. Contrast with the #SOUP_MICRO_VERSION macro, which represents the micro version of the libsoup headers you have included when compiling your code.

§Returns

the micro version number of the libsoup library