zmstone f57f2fa1b7 chore: bump app version numbers 1 年之前
..
include 46877e979b chore: update copyright-year 1 年之前
src f57f2fa1b7 chore: bump app version numbers 1 年之前
test 367ffa8e80 feat(utils-fs): add function to compute relpaths naively 1 年之前
README.md 9ccfa643ce style: fix wording 2 年之前
rebar.config de61d9d609 chore: upgrade to jiffy from 1.0.5 to 1.0.6 2 年之前

README.md

Erlang utility library for EMQX

Overview

emqx_utils is a collection of utility functions for EMQX, organized into several modules. It provides various functionalities to make it easier to work with EMQX, such as binary manipulations, maps, JSON en- and decoding, ets table handling, data conversions, and more.

Features

  • emqx_utils: unsorted helper functions, formerly known as emqx_misc - NEEDS WORK
  • emqx_utils_api: collection of helper functions for API responses
  • emqx_utils_binary: binary reverse, join, trim etc
  • emqx_utils_ets: convenience functions for creating and looking up data in ets tables.
  • emqx_utils_json: JSON encoding and decoding
  • emqx_utils_maps: convenience functions for map lookup and manipulation like deep_get etc.

Contributing

Please see our contributing guidelines for information on how to contribute to emqx_utils. We welcome bug reports, feature requests, and pull requests.