|
|
1 سال پیش | |
|---|---|---|
| .. | ||
| include | cb5fdb3c79 fix: rework In-flight / Mqueue API | 1 سال پیش |
| src | dd6566f3c5 Merge pull request #12948 from thalesmg/fix-http-bridge-header-update-obfuscate-r57-20240429 | 1 سال پیش |
| test | 1974ec15ec fix(client_attrs): fix client_attrs extraction loop | 1 سال پیش |
| README.md | d8204021dc refactor(metrics): Move metrics worker to emqx_utils application | 1 سال پیش |
| rebar.config | de61d9d609 chore: upgrade to jiffy from 1.0.5 to 1.0.6 | 2 سال پیش |
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.emqx_metrics: counters, gauges, slidesPlease see our contributing guidelines for information
on how to contribute to emqx_utils. We welcome bug reports, feature requests,
and pull requests.