Sha256: bf44107722d79018df6b4140f15ad7efc793542367c7d304d03d10960856d210

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

# frozen_string_literal: true

require_relative "dry_struct_parser/version"
require_relative "dry_struct_parser/struct_schema_parser"

module DryStructParser
  class Error < StandardError; end
  # Your code goes here...
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dry_struct_parser-0.1.3 lib/dry_struct_parser.rb
dry_struct_parser-0.1.2 lib/dry_struct_parser.rb
dry_struct_parser-0.1.1 lib/dry_struct_parser.rb
dry_struct_parser-0.1.0 lib/dry_struct_parser.rb