Module: TypedData

Defined in:
lib/typed_data.rb,
lib/typed_data/cli.rb,
lib/typed_data/schema.rb,
lib/typed_data/version.rb,
lib/typed_data/restorer.rb,
lib/typed_data/converter.rb,
lib/typed_data/schema/type.rb,
lib/typed_data/key_formatter.rb,
lib/typed_data/schema/errors.rb,
lib/typed_data/schema/int_type.rb,
lib/typed_data/schema/map_type.rb,
lib/typed_data/schema/enum_type.rb,
lib/typed_data/schema/long_type.rb,
lib/typed_data/schema/null_type.rb,
lib/typed_data/schema/array_type.rb,
lib/typed_data/schema/bytes_type.rb,
lib/typed_data/schema/float_type.rb,
lib/typed_data/schema/union_type.rb,
lib/typed_data/schema/record_type.rb,
lib/typed_data/schema/string_type.rb,
lib/typed_data/schema/boolean_type.rb

Defined Under Namespace

Classes: CLI, Converter, KeyFormatter, Restorer, Schema

Constant Summary collapse

VERSION =
"0.2.0"