Commit graph

20 commits

Author SHA1 Message Date
Awn Umar
d0b79d816f
Improve error reporting in Reader->Buffer constructors 2020-03-11 18:17:26 +00:00
Awn
843870774d
optimise buffer state methods (#103) 2019-07-25 23:01:20 +01:00
Awn
1095ba2fd0
Don't panic on zero size object request (#102) 2019-07-25 22:44:50 +01:00
Awn
14e0f189a5
feature: construct buffer from entire reader (#98) 2019-07-20 13:02:08 +01:00
Awn Umar
d1fab822e1
patch: missed condition when first byte is delim 2019-06-27 23:23:57 +01:00
Awn Umar
844cf6fa7c
Minor cleanup 2019-06-27 22:35:25 +01:00
Awn Umar
f7c9e971ed
Return usable objects instead of nils 2019-06-27 19:00:41 +01:00
Awn Umar
7bc6f2b151
Add String method 2019-06-27 16:44:39 +01:00
Awn Umar
27cfafb799
Add Reader method 2019-06-27 11:39:06 +01:00
Awn Umar
f3274296cc
Make constructed buffers immutable 2019-06-26 20:50:25 +01:00
Awn Umar
a0c6982f3e
feature: implement buffer constructors from readers 2019-06-26 20:05:40 +01:00
Awn Umar
3ea58f31a7
remove clone; implement tests and repr methods 2019-05-26 19:08:26 +01:00
Awn Umar
61e6b4f8d7
feature: add clone and {move/copy}at methods 2019-05-17 14:22:12 +01:00
Awn Umar
b69905e3fc
feature: remove resize method 2019-05-14 14:00:58 +01:00
Awn Umar
60cf168a6e
Prefer panic to nil returns 2019-05-14 11:41:31 +01:00
Awn Umar
a684db30dc
Make data field unexported in core; use method instead 2019-05-13 02:45:54 +01:00
Awn Umar
b62477f6a4
Implement more tests. Improve signal handling tests. 2019-05-13 00:19:02 +01:00
Awn Umar
cedf76e71c
Implement more of the test suite 2019-05-11 18:50:49 +01:00
Awn Umar
7e194ba76c
Updates 2019-03-22 22:35:51 +00:00
Awn Umar
0fbce73920
Missing stuff? 2019-03-21 05:40:51 +00:00