fast_gbk 0.1.2 fast_gbk: ^0.1.2 copied to clipboard
a fast gbk codec, support GBK encoding and decoding with stream api.
0.1.2 #
fix lint errors.
0.1.1+1 #
export GbkCodec so user could create an instance of GbkCodec with allowMalformed=true
0.1.1 #
fix pub.dev warnings.
0.1.0 #
Initial version, implement GBK codec.
- support for GBK to String encode and decode.
- support stream use case in File reading/writing & HttpClient requests&response.