[WIP] rfc: replace subtle with ctutils#3
Conversation
|
I'd like to engage with this in the next release march of the Due to the sheer number of public APIs this affects across many crates (as with the I'll provide some feedback about my experience with the (mechanical) updates needed to switch from |
|
|
||
| Migrating from `subtle` to `ctutils` is a largely mechanical operation that can be done through a | ||
| series of find-and-replace operations, as documented in the | ||
| [`subtle` migration guide for `ctutils`](https://docs.rs/ctutils/latest/ctutils/#subtle-migration-guide). |
There was a problem hiding this comment.
| [`subtle` migration guide for `ctutils`](https://docs.rs/ctutils/latest/ctutils/#subtle-migration-guide). | |
| [`subtle` migration guide for `ctutils`](https://docs.rs/ctutils/0.4.2/ctutils/#subtle-migration-guide). |
There was a problem hiding this comment.
(or whatever version we end up adopting, if this is where the RFC will point people at)
|
|
||
| ## Migration | ||
|
|
||
| Migrating from `subtle` to `ctutils` is a largely mechanical operation that can be done through a |
There was a problem hiding this comment.
I think the other subtle interop things are worth mentioning explicitly (the bidirectional From impls) since I think these may become useful for some library crates during this coordinated transition.
No description provided.