Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dry-rb/dry-struct
Typed struct and value objects
https://github.com/dry-rb/dry-struct
constraints data data-modeling dry-rb ruby struct type-safety types value-object
Last synced: 3 days ago
JSON representation
Typed struct and value objects
- Host: GitHub
- URL: https://github.com/dry-rb/dry-struct
- Owner: dry-rb
- License: mit
- Created: 2016-06-30T21:37:36.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T04:50:32.000Z (5 months ago)
- Last Synced: 2024-12-02T23:10:35.097Z (19 days ago)
- Topics: constraints, data, data-modeling, dry-rb, ruby, struct, type-safety, types, value-object
- Language: Ruby
- Homepage: https://dry-rb.org/gems/dry-struct
- Size: 729 KB
- Stars: 412
- Watchers: 25
- Forks: 62
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[gem]: https://rubygems.org/gems/dry-struct
[actions]: https://github.com/dry-rb/dry-struct/actions# dry-struct [![Gem Version](https://badge.fury.io/rb/dry-struct.svg)][gem] [![CI Status](https://github.com/dry-rb/dry-struct/workflows/ci/badge.svg)][actions]
## Links
* [User documentation](https://dry-rb.org/gems/dry-struct)
* [API documentation](http://rubydoc.info/gems/dry-struct)
* [Forum](https://discourse.dry-rb.org)## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI `>= 3.0.0`
* jruby `>= 9.4` (not tested on CI)## License
See `LICENSE` file.