module Dusic

Overview

Dusic module itself

Included Modules

Extended Modules

Defined in:

dusic.cr
dusic/alphabet_encoding.cr

Constant Summary

VERSION = "6.2.0"

Instance methods inherited from module Dusic::Misc

await(timeout : Time::Span = 10.seconds, interval : Time::Span = 250.milliseconds, &) : Bool await, color(key : String) : UInt32 | Nil color, format_seconds(ts : Time::Span) : String
format_seconds(seconds : Int32) : String
format_seconds
, ms_since(time : Time) : Float64 ms_since, run_gc run_gc, spawn(name : String | Nil = nil, same_thread : Bool = false, &block) : Fiber spawn, t(key : String, options : Hash | NamedTuple | Nil = nil, force_locale = nil, count = nil, default = nil, iter = nil, &block : -> String) : String
t(*args, **opts) : String
t

Instance methods inherited from module Dusic::AlphabetEncoding

alphabet_decode(str : String) : UInt64 alphabet_decode, alphabet_encode(int : UInt64) : String alphabet_encode

Instance methods inherited from module Dusic::Secrets

secrets : YAML::Any secrets

Instance methods inherited from module Dusic::Env

env : Environment env, env_s : String env_s