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
- Host: GitHub
- URL: https://github.com/kizzycode/querystring_tiny-rust
- Owner: KizzyCode
- Created: 2022-03-05T00:16:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-08T18:13:45.000Z (10 months ago)
- Last Synced: 2025-05-05T20:07:47.197Z (8 months ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE BSD 2-CLAUSE.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://opensource.org/licenses/MIT)
[](https://ci.appveyor.com/project/KizzyCode/querystring_tiny-rust)
[](https://docs.rs/querystring_tiny)
[](https://crates.io/crates/querystring_tiny)
[](https://crates.io/crates/querystring_tiny)
[](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.