module Nota

Defined in:

nota.cr

Constant Summary

PREAMBLE_INT = 96_u8
VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.encode(io : IO, value : Int8 | Int16 | Int32) : IO #

[View source]
def self.encode(io : IO, value : Int64) : IO #

[View source]
def self.encode(io : IO, value : Int128) : IO #

[View source]
def self.encode(io : IO, value : UInt) : IO #

[View source]
def self.encode(v) : IO #

[View source]