Skip to main content

parse

Function parse 

Source
pub fn parse(uri: &str) -> Result<ConnectionTarget, ParseError>
Expand description

Parse a connection URI into a ConnectionTarget under the default DoS limits.

Pure function, no side effects. Behaviour matches drivers/rust/src/connect.rs::parse 1:1 with two additions: