Docs.rs
rustledger-core-0.9.0
rustledger-core 0.9.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
robcohen
Dependencies
chrono ^0.4
normal
rkyv ^0.8
normal
optional
rust_decimal ^1.40
normal
rust_decimal_macros ^1.40
normal
rustc-hash ^2
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
criterion ^0.8
dev
proptest ^1
dev
tempfile ^3
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
escape_string
rustledger_
core
0.9.0
In rustledger_
core::
format
rustledger_core
::
format
Function
escape_
string
Copy item path
Source
pub fn escape_string(s: &
str
) ->
String
Expand description
Escape a string for output (handle quotes and backslashes).