rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Fri, 15 Jan 2021 16:11:54 +0100
changeset 46462 0800aa42bb4c
parent 45623 426294d06ddc
permissions -rw-r--r--
rust: use the bytes-cast crate to parse persistent nodemaps This crate casts pointers to custom structs, with compile-time safety checks, for easy and efficient binary data parsing. See https://crates.io/crates/bytes-cast and https://docs.rs/bytes-cast/0.1.0/bytes_cast/ Differential Revision: https://phab.mercurial-scm.org/D9788

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true