rialight_util

Crates.iorialight_util
lib.rsrialight_util
version1.6.1
sourcesrc
created_at2022-11-13 14:30:05.583741
updated_at2023-03-07 15:26:56.15011
descriptionRialight utilities module.
homepage
repositoryhttps://github.com/rialight/rialight_api
max_upload_size
id714237
size31,223
Matheus Dias de Souza (hydroper)

documentation

README

rialight::util

Rialight utilities module.

Features

  • Literal initializers for HashMap, HashSet, BTreeMap and BTreeSet, such as hashmap!{}.
  • Lazy statics. Refer to the crate lazy_static for more information.
  • Regular expressions. Refer to the crate lazy-regex for more information.
  • Bit flags. Refer to the crate bitflags for more information.
  • String formatting as the module rialight::util::template_string.
  • Escaping URIs and their components. This includes the methods encode_uri, decode_uri, encode_uri_component and decode_uri_component.
Commit count: 259

cargo fmt