magic-string-rs
magic-string-rs copied to clipboard
feat: support slice api
Since Rust does not support default function parameters, it cannot be 100% compatible with magic-string.I'm not sure whether it can solved like overwrite option parameter.
Some tests are commented out now,because they use the move API.