module Cannon::Rpc::Macro

Overview

Helper macros

Defined in:

cannon/rpc/macro.cr

Macro Summary

Macro Detail

macro hash(string) #

Implements the "djb2" hashing algorithm, based on http://www.cse.yorku.ca/~oz/hash.html


[View source]