diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-07 12:11:55 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-11-07 12:11:55 +0300 |
| commit | 2390bbbba95de24aef0e0b4df5326be48123b528 (patch) | |
| tree | 34fc75eaf704309442dccdce6a4c19598eb204c3 /README.md | |
| parent | add ReadString() function (diff) | |
| download | bitreader-1.2.0.tar.gz bitreader-1.2.0.tar.bz2 bitreader-1.2.0.zip | |
readme typov1.2.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -4,7 +4,7 @@ Reads stream data from an io.Reader; can read from os.File and a byte array with | |||
| 4 | Uses bitwise operations.\ | 4 | Uses bitwise operations.\ |
| 5 | Support reading up to 64 bits at one time.\ | 5 | Support reading up to 64 bits at one time.\ |
| 6 | Includes wrapper functions for most used data types.\ | 6 | Includes wrapper functions for most used data types.\ |
| 7 | Error checking on all but wrapper functions.\ | 7 | Error checking on all but wrapper functions. |
| 8 | 8 | ||
| 9 | ## Installation | 9 | ## Installation |
| 10 | ```bash | 10 | ```bash |