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

Replace macro-generated code with the the trait-based approach #38

Open
loyd opened this issue Oct 8, 2023 · 0 comments
Open

Replace macro-generated code with the the trait-based approach #38

loyd opened this issue Oct 8, 2023 · 0 comments

Comments

@loyd
Copy link
Owner

loyd commented Oct 8, 2023

Now, we generate extra code for every FixedPoint<I, P> instead of using the trait system. The trait-based approach allows removing extra features (i16, i32, and so on), produces better documentation, and allows defining custom layouts.

It is also related to #33.

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

No branches or pull requests

1 participant