Docs.rs
sqlparser-patched-0.43.1
sqlparser-patched 0.43.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
emin100
Dependencies
bigdecimal ^0.4.1
normal
optional
log ^0.4
normal
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
sqlparser_derive ^0.2.0
normal
optional
matches ^0.1
dev
pretty_assertions ^1
dev
simple_logger ^4.0
dev
Versions
27.78%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sqlparser
0.43.1
In sqlparser::
ast
sqlparser
::
ast
Function
escape_quoted_string
Copy item path
Source
pub fn escape_quoted_string(string: &
str
, quote:
char
) -> EscapeQuotedString<'_>