feat(tvix/store): add size() and digest() functions for Directory

Change-Id: I3a9e3c77da1d5d7bfb93da0cd7bce8d48dbc8cd4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7254
Reviewed-by: Adam Joseph <adam@westernsemico.com>
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2022-11-11 23:40:09 +00:00 committed by flokli
parent a97e3726df
commit 0a4a0d1c6b
5 changed files with 307 additions and 3 deletions

View file

@ -1,3 +1,5 @@
mod proto;
fn main() {
println!("Hello, world!");
}