Skip to content

Instantly share code, notes, and snippets.

@littledivy
Last active June 18, 2025 12:14
Show Gist options
  • Save littledivy/fa247222de1cfda12d00cbe938a7db79 to your computer and use it in GitHub Desktop.
Save littledivy/fa247222de1cfda12d00cbe938a7db79 to your computer and use it in GitHub Desktop.

Migrate from ring to aws_lc_rs

rg -l 'ring::' --glob '*.rs' | xargs -I{} perl -pi -e 's/\bring::/aws_lc_rs::/g' {}
rg -l --fixed-strings 'ring.workspace' --glob '*.toml' \
  | xargs -I{} perl -pi -e 's/\bring\.workspace\b/aws-lc-rs.workspace/g' {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment