You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updates crate descriptions now that we have several crates.
* Adjusts `repository` for the ancillary crates to deep link to their
directory in the monorepo, rather than the repository root. This may
help with tools like Dependabot, which parse these URLs to find out
whether a dependency exists in a subdirectory or not.
* Adds explicit `documentation` links since otherwise docs links are
missing from search results, due to rust-lang/crates.io#1484.
* Adds `keywords` for all user-facing crates (ie everything but the
proc-macros crate, since that isn't really buildpacks/CNB specific).
`libcnb.rs` is a Rust framework for writing [Cloud Native Buildpacks](https://buildpacks.io) in Rust. It is an opinionated implementation adding language constructs and convenience methods for working with the spec. It values strong adherence to the spec and data formats.
12
+
`libcnb.rs` is a framework for writing [Cloud Native Buildpacks](https://buildpacks.io) in Rust. It is an opinionated implementation adding language constructs and convenience methods for working with the spec. It values strong adherence to the spec and data formats.
13
13
14
14
It currently targets version `0.6` of the CNB spec.
0 commit comments