FGRibreau / FGRibreau/querystring

Reason for Trailing Ampersand?

Open
#2 1 comment 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
8
Forks
3
PR merge metrics
No merged PRs in 30d

Description

When I run the following code:

```rust
println!("{}", querystring::stringify(vec![("foo", "bar")]));
```

I see the following output:

```
foo=bar&
```

Why is there a trailing ampersand? Is this following the rules of an RFC I'm not familiar with?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.