Rustdoc nested include! change Summary When a doctest is included with include_str!, if that doctest itself also uses include!, include_str!, or include_bytes!, the path is resolved relative to the Markdown file, rather than to the Rust sou...
Rustfmt The following chapters detail changes to Rustfmt in the 2024 Edition.
Rustfmt: Style edition Summary User can now control which style edition to use with rustfmt. Details The default formatting produced by Rustfmt is governed by the rules in the Rust Style Guide. Additionally, Rustfmt has a formatting stabili...
Rustfmt: Formatting fixes Summary • Fixes to various formatting scenarios. Details The 2024 style edition introduces several fixes to various formatting scenarios. Don't align unrelated trailing comments after items or at the end of blocks...
Rustfmt: Raw identifier sorting Summary rustfmt now properly sorts raw identifiers. Details The Rust Style Guide includes rules for sorting that rustfmt applies in various contexts, such as on imports. Prior to the 2024 Edition, when sortin...
Rustfmt: Version sorting Summary rustfmt utilizes a new sorting algorithm. Details The Rust Style Guide includes rules for sorting that rustfmt applies in various contexts, such as on imports. Previous versions of the Style Guide and Rustfm...
Generic serialization/deserialization support corresponding to the
`derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes
support for hex, base64, and json encoding and decoding.
This crate is deprecated in favor of serde.
crate
v0.3.25
doc.rust-lang.org
2023-12-01
A library for managing a temporary directory and deleting all contents when it's
dropped.
crate
v0.3.7
doc.rust-lang.org
2018-03-21
Unix domain socket bindings
crate
v0.5.0
doc.rust-lang.org
2015-12-16