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

Make storage type features more comprehensive #3

Closed
Tehforsch opened this issue Nov 18, 2022 · 1 comment
Closed

Make storage type features more comprehensive #3

Tehforsch opened this issue Nov 18, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Tehforsch
Copy link
Owner

  • Hide all storage types behind one feature.
  • Require one of the base storage types to be present (f32, f64 or others like i32 if there will be more in the future).
  • Have one default-... feature for choosing the default storage type (this is what Length (etc.) will be mapped to, but otherwise this has no consequences)
@Tehforsch Tehforsch added the enhancement New feature or request label Nov 18, 2022
@Tehforsch Tehforsch added this to the 0.2 milestone Nov 18, 2022
@Tehforsch
Copy link
Owner Author

Have one default-... feature for choosing the default storage type (this is what Length (etc.) will be mapped to, but otherwise this has no consequences)

This is implemented by now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant