Packages

A Gleam library for encoding and decoding `x-www-form-urlencoded` data

Current section

Files

Jump to
form_coder gleam.toml
Raw

gleam.toml

name = "form_coder"
version = "0.2.0"
licences = ["Apache-2.0"]
description = "A Gleam library for encoding and decoding `x-www-form-urlencoded` data"
repository = { type = "github", user = "J3RN", repo = "form_coder" }
[dependencies]
gleam_stdlib = "~> 0.26"
[dev-dependencies]
gleeunit = "~> 0.10"