SkillAgentSearch skills...

Cryo

A collection of methods for working with immutable data in a functional way for Luau. This is a read-only mirror.

Install / Use

/learn @Roblox/Cryo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h1 align="center">Cryo</h1> <div align="center"> <a href="https://github.com/Roblox/cryo-internal/actions/workflows/ci.yml"> <img src="https://github.com/Roblox/cryo-internal/actions/workflows/ci.yml/badge.svg" alt="GitHub CI" /> </a> <a href='https://coveralls.io/github/Roblox/cryo-internal?branch=main'> <img src='https://coveralls.io/repos/github/Roblox/cryo-internal/badge.svg?branch=main&amp;t=49bK0s' alt='Coverage Status' /> </a> <a href="https://roblox.github.io/cryo-internal"> <img src="https://img.shields.io/badge/docs-website-green.svg" alt="Documentation" /> </a> </div> <div align="center"> A collection of methods for working with immutable data in a functional way for Roblox Lua. </div> <div>&nbsp;</div>

Cryo is a library that helps you write more terse code that deals with immutable data. It includes traditional FP list primitives like map, filter, and foldLeft, as well as tools inspired by JavaScript like joining dictionaries.

Cryo works well to make Rodux reducers cleaner!

Installation

This project can be specified as a dependency via rotriever:

Cryo = "github.com/roblox/cryo-internal@1.0.3"

Documentation

Documentation for Cryo is available on the official documentation website.

License

Licensed under the MIT license (LICENSE.txt or http://opensource.org/licenses/MIT).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.

Take a look at the contributing guide for guidelines on how to contribute to Cryo.

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated1mo ago
Forks9

Languages

Luau

Security Score

90/100

Audited on Feb 24, 2026

No findings