|
|
hace 2 años | |
|---|---|---|
| .. | ||
| include | 7cb0322856 fix(emqx): Move bpapi and emqx message record to emqx_utils app | hace 2 años |
| src | 9fd2fa95a8 chore: bump apps versions | hace 2 años |
| test | 8919b08207 fix(utils): rename `emqx_utils_stream:take/2` to `consume/2` | hace 2 años |
| README.md | 9ccfa643ce style: fix wording | hace 2 años |
| rebar.config | f8e9e54393 refactor: move emqx_json to emqx_utils_json | hace 2 años |
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.
emqx_utils: unsorted helper functions, formerly known as emqx_misc - NEEDS WORKemqx_utils_api: collection of helper functions for API responsesemqx_utils_binary: binary reverse, join, trim etcemqx_utils_ets: convenience functions for creating and looking up data in ets tables.emqx_utils_json: JSON encoding and decodingemqx_utils_maps: convenience functions for map lookup and manipulation like
deep_get etc.Please see our contributing guidelines for information
on how to contribute to emqx_utils. We welcome bug reports, feature requests,
and pull requests.