Skip to content

Commit 8465399

Browse files
committed
📝 add Rust package information to index.md
1 parent 08c1e1a commit 8465399

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ string qs = Qs.Encode(new Dictionary<string, object?>
6767
| Python | [techouse/qs_codec](https://github.com/techouse/qs_codec) | [![PyPI](https://img.shields.io/pypi/v/qs-codec?logo=python&label=PyPI)](https://pypi.org/project/qs-codec/) |
6868
| Kotlin / JVM + Android AAR | [techouse/qs-kotlin](https://github.com/techouse/qs-kotlin) | [![Maven Central](https://img.shields.io/maven-central/v/io.github.techouse/qs-kotlin?logo=kotlin&label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.techouse/qs-kotlin) |
6969
| Swift / Objective-C | [techouse/qs-swift](https://github.com/techouse/qs-swift) | [![SPM](https://img.shields.io/github/v/release/techouse/qs-swift?logo=swift&label=SwiftPM)](https://swiftpackageindex.com/techouse/qs-swift) |
70+
| Rust | [techouse/qs_rust](https://github.com/techouse/qs_rust) | [![crates.io](https://img.shields.io/crates/v/qs_rust?logo=rust&label=crates.io)](https://crates.io/crates/qs_rust) |
7071
| Node.js (original) | [ljharb/qs](https://github.com/ljharb/qs) | [![npm](https://img.shields.io/npm/v/qs?logo=javascript&label=npm)](https://www.npmjs.com/package/qs) |
7172

7273
---

0 commit comments

Comments
 (0)