DEV Community

Rust-scales Python: Some examples (1)

Lorenzo (Mec-iS) on July 07, 2019

Please read the first part of this post before going on with this one. Introduction In the first post of this series I displayed the ba...
Collapse
 
moshemalawach profile image
Moshe Malawach

How do you handle strings?

Is there some helpers to easily pass strings both ways?

Thanks

Collapse
 
tuned profile image
Lorenzo (Mec-iS)

You can find some utils for string processing here

Collapse
 
tuned profile image
Lorenzo (Mec-iS)

thanks for asking. good subject for the next post.