Skip to content

Commit 74554d7

Browse files
committed
Update README
1 parent d02b1fb commit 74554d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ Alternate string representation to the built-in `str` type.
1010

1111
## TODO
1212

13+
* Add license
1314
* Write docs (see `str` type docs)
1415
* Write docstrings
1516
* Fill out setup.py
17+
* Allow initialization from bytes, bytearray, other cstrings, memoryview?, other?
18+
* Read `__cstring__` "dunder" on objects, if available?
1619
* Implement iter (iterate over Unicode code points, "runes")
1720
* Implement str methods
1821
* Implement buffer interface?

0 commit comments

Comments
 (0)