-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Improvements and fixes for primitive types #4 #56
Conversation
fb1f8e5
to
b757924
Compare
0c041da
to
a211574
Compare
@zoedberg I have checked that all of the changes don't break RGB Core. Also, a strict type system library id used in RGB (renamed from I am going to merge this and release With the next PR I will rename |
@dr-orlovsky Looks good. But I see some warnings that may be addressed:
Also, I've noticed that in this project and also in other RGB-related projects the clippy command in the CI doesn't include the |
The warnings were fixed in #60
I thought clippy also differentiates errors and warnings - or does it always treat all suggestions as warnings? |
This is mostly moving things around (between modules and other crates) and reviewing that we have all APIs and data types we need