FGRibreau / FGRibreau/querystring
Reason for Trailing Ampersand?
Open
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.