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
- Host: GitHub
- URL: https://github.com/saecki/crates-nvim-rs
- Owner: saecki
- Created: 2022-01-19T14:25:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T10:32:30.000Z (over 1 year ago)
- Last Synced: 2025-02-26T05:14:47.393Z (over 1 year ago)
- Topics: cargo, crates-io, rust, semver, toml
- Language: Rust
- Homepage:
- Size: 713 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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