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

https://github.com/sv-tools/nuspec-rs

Generating .nuspec file for a Rust project to pack as a .nupgk
https://github.com/sv-tools/nuspec-rs

nuget nuspec rust

Last synced: about 2 months ago
JSON representation

Generating .nuspec file for a Rust project to pack as a .nupgk

Awesome Lists containing this project

README

          

# nuspec
Generating .nuspec file for a Rust project to pack as a Nuget package.

## Crates

### `nuspec`

* Implementation of the full NuGet package specification. Can be used independently to work with `.nuspec` files.
* Implements a `nuspec` generator. It is guarded by the `generate` feature and enabled by default.

### `nuspec-test`

A test crate to test the `nuspec` crate and to publish it as a NuGet package.