An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with ruby-struct

A curated list of projects in awesome lists tagged with ruby-struct .

https://github.com/janlelis/value_struct

Read-only structs in Ruby

ruby ruby-struct value-object

Last synced: 13 Apr 2025

https://github.com/gangelo/immutable_struct_ex

ImmutableStructEx is yet another immutable struct. What makes ImmutableStructEx different, is that it allows you to create immutable structs in one step by default. In other words, other immutable struct gems force you to first define the struct, then instantiate the struct object; or, define the struct and instantiate the struct object via chaining.

gem gems immutable immutable-datastructures immutable-objects immutable-store immutable-struct immutables ruby ruby-gem ruby-gems ruby-struct ruby-structs struct

Last synced: 01 May 2025

https://github.com/gangelo/immutable_struct_ex_redactable

immutable_struct_ex_redactable is the redactable version of the world-famous immutable_struct_ex immutable struct :). To find out more about the immutable_struct_ex gem, visit the Rubygems.org entry for immutable_struct_ex. immutable_struct_ex_redactable maintains all the functionality of the immutable_struct_ex gem, but allows you to create immutable structs that can be configured to redact field values using standard gem configuration (ImmutableStructExRedactable.configure { |config| ... }) or by passing configuration options to the appropriate method (ImmutableStructExRedactable.create_with(config, ...))

immutable immutable-state immutable-store immutable-struct ruby ruby-gem ruby-struct ruby-structs rubygem rubygems

Last synced: 07 May 2025