From: Felix Krull Date: Thu, 16 May 2019 20:23:34 +0000 (+0200) Subject: Add note about crate rename X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~330 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c6b0ebaf6e73be53c0174b157ccd02233b0fa4e7;p=ostree.git Add note about crate rename --- diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index 7632952f..f38f10c4 100644 --- a/rust-bindings/rust/README.md +++ b/rust-bindings/rust/README.md @@ -9,6 +9,8 @@ libostree is both a shared library and suite of command line tools that combines a "git-like" model for committing and downloading bootable filesystem trees, along with a layer for deploying them and managing the bootloader configuration. +> **Note**: this crate was renamed from the `libostree` crate. + ## Status The bindings are quite incomplete right now. Most of it can be autogenerated, but I simply turned on what I needed and left the rest for later.