Crates.io | querystring_tiny |
lib.rs | querystring_tiny |
version | 0.2.1 |
source | src |
created_at | 2022-04-27 21:58:42.948586 |
updated_at | 2022-08-11 21:00:43.584183 |
description | A super tiny library to parse a HTTP querystring |
homepage | |
repository | https://github.com/KizzyCode/querystring_tiny-rust |
max_upload_size | |
id | 576420 |
size | 19,609 |
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.