cargo-nuget icon indicating copy to clipboard operation
cargo-nuget copied to clipboard

A tool for packaging Native Rust libs as Nuget nupkgs

Results 9 cargo-nuget issues
Sort by recently updated
recently updated
newest added

Fixes #34 The problem with using PathBuf is that it uses backslashes on Windows. But the `zip-rs` library expects only forward slashes to be used as a directory separator, so...

Hi. I was struggling with an issue with a NuGet package created with this incredible tool. I couldn't build a docker image because of it. After an investigation I realized...

It would be great if this crate supported _Tool_ packages as well. This _could_ be solved by #30 if it was available, but first-class support would be better. I believe...

Just tried this on a rust crate where there's a hyphen in the project name, meaning the library name has to be specified to use an underscore. AFAICT there's no...

It turns out this library is a fairly handy little tool for collecting platform-specific libraries into a single Nuget package. The `cross` command doesn't make any assumptions about how those...

Hey! Thanks for writing this crate! Our company would like to start writing some of our data heavy processing in rust and we would like to be able to call...

It's not very useful of we're not actually using it. Hopefully a cheeky `2>&1` will be enough to keep AppVeyor happy.

Right now we've got a `pack` command that builds a binary for the local platform with a loose RID. We should also support cross-compilation, which means thinking about the following...

help wanted

So there are a couple of ways to run `cargo-nuget`, which should all be tested on major platforms. I think there should be a couple of scenarios captured in containers...