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

Rename object_safe module #97

Open
sosthene-nitrokey opened this issue Mar 3, 2025 · 1 comment
Open

Rename object_safe module #97

sosthene-nitrokey opened this issue Mar 3, 2025 · 1 comment

Comments

@sosthene-nitrokey
Copy link
Contributor

"Object safety" is being renamed to "Dyn compatibility" in Rust: rust-lang/rust#130852

It might make sense to adapt it here too in the next breaking release (or maybe earlier with a pub use object_safe as dyn_compatible)

@robin-nitrokey
Copy link
Member

In littlefs2-core, we already dropped the module entirely. In littlefs2, we only add DynStorage and FilesystemCallback so we could just remove the re-exports and move these two types to the top level.

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

2 participants