github.com/clubpay/ronykit/kit@v0.14.4-0.20240515065620-d0dace45cbc7/utils/README.MD (about)

     1  # Utils
     2  
     3  This package contains a good few number of helper functions which are commonly used
     4  in projects. We used some of them in RonyKIT internally and exposed them in this separate package
     5  to let other projects use it easily.
     6  
     7  Some utilities this package provides:
     8  
     9  1. Random generators for String, Digits, ...
    10  2. SpinLock: a mutex-free lock
    11  3. Strings: transformation helper functions such as ToCamel, ToLowerCamel, ...
    12  4. LinkedList
    13  5. Hash: optimized version of Sha512 and Sha256 implementations of builtin hash functions.