cnabio / cnab-rs

A Rust implementation of CNAB Core 1.0-WD
MIT License
11 stars 11 forks source link

Future plans and current status for the sdk? #34

Open ansrivas opened 4 years ago

ansrivas commented 4 years ago

Hi team, thank you for starting the work on the rust implementation.

Is there any plan to develop the rust-implementation further? ( or in general if there is any contribution document or features being developed currently etc. which can be followed )

radu-matei commented 4 years ago

Hi, @ansrivas! For a bit of context, we initially started this project while most of the team was learning Rust, and then we switched focus on driving the reference implementations for CNAB further - and I agree that we should give the Rust implementation some attention in at least bringing it in sync with the current spec(s) - and so, the first work items include:

What would be your main expectation from this library? (i.e. manipulating and constructing / deserializing bundles vs. running bundles with Docker / Kubernetes)?

Regardless, there should be a clear document describing how to get started contributing (#17 - which I will update).

Thanks!

ansrivas commented 4 years ago

Hi @radu-matei Thank you for your response.

I recently started with CNAB ( porter in particular ), in my case the standard use case: I'd like to package a complete application and publish it to Marketplace. There were two main reasons for my question: