swamp-std 0.1.10

standard library for swamp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Swamp Standard Library

The official optional standard library for the [Swamp programming language](https://github.com/swamp/swamp).

## Overview

`swamp-std` provides a collection of commonly needed, reusable functions and data structures that are helpful for everyday programming tasks in Swamp. It builds upon the minimal set of types and intrinsics defined in `swamp-core`, offering a richer toolkit without being required by the language compiler.

## Installation

```toml
[dependencies]
swamp-std = "0.1.10"
```