nix-community / rnix-parser

A Nix parser written in Rust [maintainer=@oberblastmeister]
MIT License
366 stars 44 forks source link

refactor: get rid of smol-str dependency #89

Closed fogti closed 2 years ago

fogti commented 2 years ago

Summary & Motivation

remove smol-str, broken out of #36 (although I've done it from scratch in this PR). => to reduce the scope of #36.

Backwards-incompatible changes

I haven't checked if/where SmolStr might've leaked into public API, but I needed to modify a single example and some tests, to this is probably backward-incompatible.

Ma27 commented 2 years ago

Thanks!