Alexander Volkovsky

Results 4 issues of Alexander Volkovsky

### Issues - [X] I have checked [existing issues](https://github.com/vuki656/package-info.nvim/issues?q=is%3Aissue) and there are no existing ones with the same request. ### Feature description It would be useful for user to specify...

🙏 Feature Request
🤝 Contributions Welcome

A maker for the [ruff](https://github.com/astral-sh/ruff) linter.

Use serde "[zero-copy deserialisation](https://serde.rs/lifetimes.html)" feature to reduce string allocations. The idea is to use a borrowed string `&str` instead of owned `String`. A borrowed string points to a already existing...