[go: up one dir, main page]

string 0.1.3

A UTF-8 encoded string with configurable byte storage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 0.1.3 (January 10, 2019)

* Implement `Borrow`.
* Implement `PartialEq<str>`.

# 0.1.2 (November 21, 2018)

* Implement `DerefMut` and `Display` (#5).
* Implement `from_str` (#7).

# 0.1.1 (July 13, 2018)

* Fix doc gen (#2).

# 0.1.0 (January 11, 2018)

* Initial release.