FGRibreau / FGRibreau/querystring
Reason for Trailing Ampersand?
Ouverte
enhancement
- Langage dominant
- Rust
- Étoiles
- 8
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.