We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8522d commit f904fe1Copy full SHA for f904fe1
README.md
@@ -179,6 +179,7 @@ several targets exist:
179
* `"%+08d"` produces the wrong result: the sign will be after the padding, instead of in front.
180
* `"%.8s"` string truncation does not work.
181
* add support for different alphabets in base32/base64.
182
-
+ * add linereader which takes either a filehandle, or a range
183
+ * add read() which allocates it's return buffer.
184
185
(C) 2016-2023 Willem Hengeveld <itsme@xs4all.nl>
0 commit comments