Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jblow
on May 25, 2015
|
parent
|
context
|
favorite
| on:
Rust traits for developer friendly libraries
Yeah, and this is one of the many reasons why performance programmers usually do not touch std::string.
SamReidHughes
on May 25, 2015
[–]
Yeah, they might want some sort of string type that you can't implicitly copy, like Rust's.
steveklabnik
on May 25, 2015
|
parent
[–]
Rust's String does not implement Copy. &str does. (That means Strings aren't ever implicitly copied.)
SamReidHughes
on May 25, 2015
|
root
|
parent
[–]
That's what I said.
steveklabnik
on May 25, 2015
|
root
|
parent
[–]
Ah, now that you say that, I see that my brain produced a _very_ poor parse. Sorry :(
SamReidHughes
on May 25, 2015
|
root
|
parent
[–]
I was speaking in TI-85 and you were reading in TI-83 :)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: