An open API service indexing awesome lists of open source software.

https://github.com/saecki/crates-nvim-rs

A bunch of tools for working with Cargo.toml manifests
https://github.com/saecki/crates-nvim-rs

cargo crates-io rust semver toml

Last synced: over 1 year ago
JSON representation

A bunch of tools for working with Cargo.toml manifests

Awesome Lists containing this project

README

          

# crates-nvim-rs

__This repository contains__
- `crates-toml` A lenient toml parser fully compatible with [toml-test](https://github.com/toml-lang/toml-test)
- `crates-semver` A lossless semver parser that tries to be compatible with [cargos semver implementation](https://github.com/dtolnay/semver)
- `crates-ide` **[WIP]** ide like functionality for `Cargo.toml` files
- `crates-cli` **[WIP]** A cli currently mainly used for testing purposes
- `crates-nvim` **[WIP]** A neovim plugin wrapping `crates-ide`
- `crates-common` Common datatypes