File: index.html.md

package info (click to toggle)
ruby-dry-core 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 396 kB
  • sloc: ruby: 2,126; sh: 4; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: Introduction
description: A toolset of small support modules used throughout the @dry-rb & @rom-rb ecosystems
layout: gem-single
order: 5
type: gem
name: dry-core
sections:
 - cache
 - constants
 - classes
 - deprecations
 - extensions
---

`dry-core` is a simple toolset that can be used in many places.

## Features

- [Cache](docs::cache) - allows you to cache call results that are solely determined by arguments.
- [Class Attributes](docs::classes/class-attributes)
- [Class Builder](docs::classes/class-builder)
- [Constants](docs::constants) - a list of constants you can use to avoid memory allocations or identity checks.
- [Deprecations](docs::deprecations)
- [Extensions](docs::extensions)