Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/Rust Grammar/Rust Type/Rust Compound/Rust Slice/Rust String/
Rust bstr
Search

Rust bstr

Created
Created
2022 Sep 15 15:21
Creator
Creator
Seonglae ChoSeonglae Cho
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2024 Mar 15 8:31
Refs
Refs
 
 
 
 
A byte string library for Rust
is a byte string library for Rust and its 1.0 version has just been released! It provides string oriented operations on arbitrary sequences of bytes, but is most useful when those bytes are UTF-8. In other words, it provides a string type that is UTF-8 by convention, where as Rust's built-in string types are guaranteed to be UTF-8.
https://blog.burntsushi.net/bstr/
 
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/Rust/Rust Grammar/Rust Type/Rust Compound/Rust Slice/Rust String/
Rust bstr
Copyright Seonglae Cho