minerals
Version, currently 2.4.011 versions
- 2.4.0latestAug 18, 2025
- 2.3.4not indexedAug 18, 2025
- 2.3.3not indexedAug 18, 2025
- 2.3.2not indexedAug 18, 2025
- 2.3.1not indexedAug 18, 2025
- 2.3.0not indexedAug 18, 2025
- 2.2.0not indexedAug 18, 2025
- 2.1.3not indexedAug 18, 2025
- 2.1.2not indexedAug 18, 2025
- 2.1.1not indexedAug 18, 2025
- 2.1.0not indexedAug 18, 2025
github.com/nuclearsalmon/minerals
A collection of utilities and patches that extend the functionality of crystal
Installation
# Add this to your shard.yml
dependencies:
minerals:
github: nuclearsalmon/minerals
version: ~> 2.4.0Then run:
shards installshard.yml
- Crystal
>= 1.17.0- License
- MIT
Dependencies
This version declares no dependencies.
README
Minerals
A collection of utilities and patches that extend the functionality of crystal.
Highly volatile, depend on a specific version!
Installation
-
Add the dependency to your
shard.yml:dependencies: minerals: github: nuclearsalmon/minerals -
Run
shards install
Usage
Require the relevant packages.
The base minerals package is required,
and it automatically patches a minimal selection
of utilities into the top level scope,
but it does not touch any types.
require "minerals"
require "minerals/lowlevel/static_array"
Then, either use as modules:
Minerals::StaticArray.from_s("hello", 5)
...or patch it into crystal:
patch Minerals::StaticArray
StaticArray.from_s("hello", 5)
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This release
- Version
2.4.0- Tagged
- Aug 18, 2025
- Commit
33fee1c2f129- Crystal
>= 1.17.0- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/nuclearsalmon/minerals
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 11