FGRibreau / FGRibreau/querystring
Reason for Trailing Ampersand?
Aberta
enhancement
- Linguagem predominante
- Rust
- Estrelas
- 8
- Forks
- 3
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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?
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.