Docs.rs
sql-migration-sim-0.1.6
sql-migration-sim 0.1.6
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dimfeld
Dependencies
serde ^1.0.197
normal
optional
sqlparser ^0.45.0
normal
thiserror ^1.0.57
normal
Versions
100%
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
sql_
migration_
sim
0.1.6
In sql_
migration_
sim::
ast
sql_migration_sim
::
ast
Function
escape_quoted_string
Copy item path
Source
pub fn escape_quoted_string(string: &
str
, quote:
char
) -> EscapeQuotedString<'_>