Y
Hacker News
new
|
ask
|
show
|
jobs
by
KingOfCoders
1887 days ago
Thanks, I will try that - fearing my code is littered with Arc ;-) - but sarcasm aside, thanks.
1 comments
phaylon
1887 days ago
I usually just have a `type Text = std::sync::Arc<str>` at the root, specifically during prototyping :)
link