dsn 0.1.0

DSN (Data Source Name) parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dsn"
version = "0.1.0"
authors = ["Nicolas Embriz <nbari@tequila.io>"]
description = "DSN (Data Source Name) parser"
documentation = "https://github.com/nbari/dsn/blob/master/README.md"
homepage = "https://github.com/nbari/dsn"
repository = "https://github.com/nbari/dsn"
readme = "README.md"
keywords = ["database", "dsn", "parser"]
categories = ["parsing", "database"]
license-file = "LICENSE"
edition = "2018"

[dependencies]