Upgrade to rust 2024 edition - #34
Conversation
|
Wow, somebody still uses this crate (the first PR since 2024) 😄 Anyway. We also have to bump the version to |
No time like the present! 😄 I am in the process of evaluating it. The encryption scheme seems nicely defined. However I was curious whether it has been extensively battle tested. It doesn't have many dependents listed on crates.io but that seems like an unreliable indicator. Do you still use this yourself for anything production grade?
I just pushed this change. |
|
This crate is usually used by binaries, which are not usually published on crates.io, so I guess it doesn't have many dependents. I built it for a project that eventually didn't take off, so I stopped actively developing it. That said, I think I guess what I don't know without feedback is whether the API has any inconveniences. You might also want to use an Argon2-based KDF, which could be added to the library. You may want to start with And I'd love to hear any feedback after accepting or rejecting the library! P.S.: I will try to publish new version today. |
|
@dvaembit Published |
This bumps the rust edition to 2024, which includes:
genre: the rand crate.docsrscfg check instead ofdocs_rs(doc link)