Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnabio/cnab-rs
A Rust implementation of CNAB Core 1.0-WD
https://github.com/cnabio/cnab-rs
Last synced: 4 months ago
JSON representation
A Rust implementation of CNAB Core 1.0-WD
- Host: GitHub
- URL: https://github.com/cnabio/cnab-rs
- Owner: cnabio
- License: mit
- Created: 2019-03-13T03:58:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-05T18:26:37.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T19:43:49.323Z (7 months ago)
- Language: Rust
- Size: 56.6 KB
- Stars: 13
- Watchers: 10
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-cnab - cnab-rust - This is a highly experimental (and currently unfinished) implementation of CNAB (CNAB)
README
# libcnab: CNAB library for Rust
This is a highly experimental (and currently unfinished) implementation of CNAB Core 1.0.
It is written in Rust.Progress:
- [x] implement `bundle.json` structs
- [ ] test deserialize
- [ ] write Canonical JSON
- [ ] read/write `bundle.json` from files and strings
- [ ] execute a bundle in Docker
- [ ] support custom actionsWe're just learning Rust, so we welcome feedback and PRs.