-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Miscellaneous cleanup and refactoring (#41)
* Reduce code duplication in `build.rs`, define some configuration symbols * Reorganize and clean up the `io` module a bit * Clean up re-exports, correctly alias target with capitalized name * Move `Transport` type into library, extract some functions * Change type of `tinfl_decompressor` struct's `bit_buf` field from u64 to u32 * We can now build using `opt-level = "z"`! * Update `README.md`, rustfmt * Tweak symbol name for RISC-V in build script
- Loading branch information
1 parent
c199c48
commit 6b444cf
Showing
11 changed files
with
258 additions
and
252 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.