-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.2.32: language changes and some internal refactorings.
- breaking change: long-time deprecated aliases `Encoder` and `Decoder` are finally gone. use `RawEncoder` and `RawDecoder` instead. - the test binary is now faster to build. - internal stateful decoder framework has been rewritten in order to take account for ISO-2022-JP (#86).
- Loading branch information
1 parent
02440c1
commit 058aeac
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "encoding" | ||
version = "0.2.31" | ||
version = "0.2.32" | ||
authors = ["Kang Seonghoon <[email protected]>"] | ||
|
||
description = "Character encoding support for Rust" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters