module Shatter

Defined in:

shatter.cr
shatter/codec.cr
shatter/connection.cr
shatter/data.cr
shatter/registry.cr
shatter/util.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.hex(int : Int) : String #

[View source]
def self.local_registry : Tuple(Shatter::Registry, Array(String)) #

[View source]
def self.pad(message : Bytes, pad_length : Int) : Bytes #

[View source]
def self.var_int(value : UInt32) : Bytes #

[View source]
def self.var_int(value : Int32) : Bytes #

[View source]