-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* impl RleV1Encoder * add test * use zero either default * refactor RleV1Encoder in stateful code * clean clippy * fix and add more test * add test * avoid new vec * add comments * fix * fix * fix * use Rc<RefCell> to alloc buffer on heap and reuse it * simply code * fix
- Loading branch information
1 parent
03429d6
commit 947f4a4
Showing
2 changed files
with
228 additions
and
18 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
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