Calculate the serialized size of an Env.
(&self)
| 1989 | if verbose { |
| 1990 | eprintln!( |
| 1991 | "[Env::put_file] section 1/6 blobs done in {:.1}s ({written} bytes \ |
| 1992 | written)", |
| 1993 | sec_start.elapsed().as_secs_f64(), |
| 1994 | ); |
| 1995 | sec_start = std::time::Instant::now(); |
| 1996 | } |
| 1997 | |
| 1998 | // Section 2: Consts — the dominant bytes; raw_bytes stream straight |