|
|
1 год назад | |
|---|---|---|
| .. | ||
| include | 0b1f0db73c chore(cluster link): refactor HTTP API for CRUD operations | 1 год назад |
| src | bbdbc4f62c fix(variform): intermediate variable reference to undefined or null | 1 год назад |
| test | bbdbc4f62c fix(variform): intermediate variable reference to undefined or null | 1 год назад |
| README.md | d8204021dc refactor(metrics): Move metrics worker to emqx_utils application | 1 год назад |
| mix.exs | afb65817c4 ci(mix): refactor to avoid conflicts | 1 год назад |
| rebar.config | 3b655f56cb fix(auth,http): improve URI handling | 1 год назад |
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.