Artyom Pavlov
Artyom Pavlov
This project is unmaintained and effectively deprecated. If you look for a pure Rust implementation of cryptographic algorithms, take a look for example at [RustCrypto](https://github.com/RustCrypto) crates.
I would love to see this feature implemented, as for example in the [RustCrypto](https://github.com/RustCrypto) I have to re-export traits in every crate to make it more convenient for users, or...
cc @nikomatsakis, @aturon This RFC assumes that rust-lang/rust#48444 will be treated as a feature and not as a bug.
I was under impression that the previous RFC was closed due to the lack of reaction from @Diggsey to add requested changes, and not postponed. (ctrl+f "postpone" yields zero results)...
@Diggsey Yeah, my mistake. Though by reading discussion of the new version of delegation RFC it looks like this use case is not going to "fall out naturally" any time...
@dwijnand #2393
@aturon How about reopening this PR?
@burdges I think that initial implementation should simply forbid inherent implementations for polymorphic traits. Later we could do an extension, though I don't see how it can be done nicely...
It can be done, but will result in code and documentation bloat. Also use of procedural macros will increase compilation times.
@cramertj I should be able to work on this RFC next week, although I likely will need some mentorship to resolve the open questions. Whom should I contact about it?