Commit graph

8 commits

Author SHA1 Message Date
3a74a358b8
Update copyright year
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-25 16:12:53 +01:00
b824fe6512
pkstrings: strings: slightly more elaborate algo to split on End of String chars
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-19 20:21:34 +01:00
891120c4e6
pkstrings: strings: fix String::from call
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-15 18:47:35 +01:00
891f05c271
pkstrings: convert: change output format
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-15 18:41:14 +01:00
7fa4a2079a
pkstrings: Remove TryFrom<String> for PKString
To force the user to use .as_st so that it's more obvious that we don't
take the ownership of the String.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-15 15:25:12 +01:00
d54e39dcf6
pkstrings: prefer String::from in example
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-14 15:46:42 +01:00
025828debc pkstrings: New strings example
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2021-11-14 01:49:35 +01:00
9bcd27374f
pkstrings: convert example
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2020-06-30 00:47:43 +02:00