libcnb-data 0.30.1

Types for data formats specified in the Cloud Native Buildpack specification, used by libcnb.rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# libcnb-data   [![Docs]][docs.rs] [![Latest Version]][crates.io] [![MSRV]][install-rust]

Provides types for data formats specified in the Cloud Native Buildpack specification.

If you wish to create buildpacks using the [libcnb.rs](https://github.com/heroku/libcnb.rs)
framework, use the [libcnb](https://crates.io/crates/libcnb) crate rather than depending
on this crate directly.

[Docs]: https://img.shields.io/docsrs/libcnb-data
[docs.rs]: https://docs.rs/libcnb-data/latest/libcnb_data/
[Latest Version]: https://img.shields.io/crates/v/libcnb-data.svg
[crates.io]: https://crates.io/crates/libcnb-data
[MSRV]: https://img.shields.io/badge/MSRV-rustc_1.76+-lightgray.svg
[install-rust]: https://www.rust-lang.org/tools/install