mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
`Atom` is just a wrapper around `&str`, so better not to pass `&Atom` to functions, as that's a double-reference. Prefer `Atom` or `&str` instead to avoid indirection. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| template.txt | ||