Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
vendor
/
gix-quote-0.4.12
/
src
/
lib.rs
blob: f0ed97859956d937dd705fdff1eaf4c87fe2da31 [
file
] [
log
] [
blame
] [
edit
]
//! Provides functions to quote and possibly unquote strings with different quoting styles.
#![
deny
(
rust_2018_idioms
,
missing_docs
)]
#![
forbid
(
unsafe_code
)]
///
#[
allow
(
clippy
::
empty_docs
)]
pub
mod
ansi_c
;
mod
single
;
pub
use
single
::
single
;