Function il2_iltags::tags::standard::explicit::string_tag_size_from_value[][src]

pub fn string_tag_size_from_value(s: &str) -> u64
Expand description

Computes the size of the standard string tag from its value, without the need to create a tag instance.

Arguments:

  • s: The string value;

Returns:

  • The size of the tag with the given value.