4 curated breaking changes across major versions of shlex. Use this as a migration checklist before bumping dependencies.
**Breaking:** Items that were marked as deprecated in 1.x have been removed: `join`, `quote`, `bytes::join`, and `bytes::quote`.
**Breaking:** The `DerefMut` impl for `Shlex` has been removed since it was unsound. New `unsafe` APIs have been added in its place: `Shlex::from_bytes`, `Shlex::as_bytes_mut`.
**Breaking:** Fixes parsing of `'\\n'` to match the behavior of bash/Zsh/Python `shlex`. The result was previously `\n`, now it is `\\n`.
Adds the `join` convenience function.
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/cargo/shlex