|
|
|
|
|
by pjmlp
287 days ago
|
|
Language, not libraries. Editions are rather limited in what they support. Try to design a crate that stays compatible across editions, while using libraries that have changed signatures across editions. The crate itself keeps its own edition fixed. |
|