An open API service indexing awesome lists of open source software.

https://github.com/kizzycode/querystring_tiny-rust

`querystring_tiny` is a small, nearly dependency-less crate to parse and serialize query strings
https://github.com/kizzycode/querystring_tiny-rust

Last synced: 8 months ago
JSON representation

`querystring_tiny` is a small, nearly dependency-less crate to parse and serialize query strings

Awesome Lists containing this project

README

          

[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/querystring_tiny-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/querystring_tiny-rust)
[![docs.rs](https://docs.rs/querystring_tiny/badge.svg)](https://docs.rs/querystring_tiny)
[![crates.io](https://img.shields.io/crates/v/querystring_tiny.svg)](https://crates.io/crates/querystring_tiny)
[![Download numbers](https://img.shields.io/crates/d/querystring_tiny.svg)](https://crates.io/crates/querystring_tiny)
[![dependency status](https://deps.rs/crate/querystring_tiny/latest/status.svg)](https://deps.rs/crate/querystring_tiny)

# `querystring_tiny`
Welcome to `querystring_tiny` 🎉

`querystring_tiny` is a small, nearly dependency-less crate to parse and serialize query strings. It is not designed to
be the fastest crate out there, but it's easy to understand and read.