NuxiNL/cloudabi

Publish rust crate sources

Closed this issue · 2 comments

@m-ou-se Thank you for publishing crates to integrate Rust with CloudABI! Could the source for the argdata and cloudabi crates be posted as well? Not sure if these are generated directly from the C or what.

By the way, would love to see the argdata crate build in Rust stable. Is there a way to get this to work without depending on the nightly try_from feature?

The cloudabi crate is generated from cloudabi.txt, and the generated sources are available in this repository as well: In the rust/ directory

The source of the argdata crate is published here in the nuxinl/argdata-rust repository.

I opened NuxiNL/argdata-rust#1 to make it work on Rust stable. I will make some time this week to work on that.