libnar icon indicating copy to clipboard operation
libnar copied to clipboard

NAR (Nix Archive) reader/writer implementation written in Rust

Results 4 libnar issues
Sort by recently updated
recently updated
newest added

I followed https://rustwasm.github.io/docs/book/reference/add-wasm-support-to-crate.html to try to support webassembly in libnar, and it gets quite far but fails like so: ``` error[E0433]: failed to resolve: could not find `unix` in `os`...

The README says: > Fully specified, no undefined or implementation-specific behavior But I can't a specification in this repository, nor a link to one?

question

Hi Eyal, thank you for sharing this. I'd like to use this library in a project I'm working on, but I'd like to hear from you on how live you...