Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove format type from function names #8

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

AngheloAlf
Copy link
Contributor

  • Removes the format type from function names
    • For example decompress_yaz0 becomes decompress
    • It is recommended to use yaz0::decompress instead (or crunch64::yaz0::decompress)
  • Because C has no concept of namespaces, their bindings keep the format type in the name, but the order was swapped with the action.
    • For example crunch64_decompress_yaz0 becomes crunch64_yaz0_decompress

@ethteck ethteck merged commit d39e07f into decompals:main Dec 15, 2023
10 checks passed
@AngheloAlf AngheloAlf deleted the renaming branch December 15, 2023 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants