-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure and slightly refactor code (#13)
* separate structs out into files * no direct access to modules * fix a clippy error * lots of clippy warnings * add `into_data()` * make Yuv fields not crate-public * remove doc(hidden) and turn modules not-public * rustfmt * Allow clippy::missing_const_for_fn for into_data See rust-lang/rust-clippy#9271, this is a bug in clippy * fix legitimate clippy errors
- Loading branch information
1 parent
2287bfd
commit 20d68fb
Showing
10 changed files
with
694 additions
and
634 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
Oops, something went wrong.