FGRibreau / FGRibreau/querystring
Reason for Trailing Ampersand?
Abierto
enhancement
- Lenguaje dominante
- Rust
- Estrellas
- 8
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.