This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
nim-serde
Watch
1
Star
0
Fork
0
You've already forked nim-serde
mirror of
https://github.com/logos-storage/nim-serde.git
synced
2026-01-04 06:33:12 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
nim-serde
/
tests
/
helpers.nim
5 lines
87 B
Nim
Raw
Normal View
History
Unescape
Escape
initial impl, not compiling
2024-02-07 09:40:48 +11:00
import
std
/
strutils
func
flatten
*
(
s
:
string
)
:
string
=
chore[formatting]: update formatting (#16) update formatting
2024-05-13 15:09:34 +10:00
s
.
replace
(
"
"
)
.
replace
(
"
\n
"
)
Reference in New Issue
Copy Permalink