analyssa 0.4.1

Target-agnostic SSA IR, analyses, and optimization pipeline
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Enforces the import convention from CLAUDE.md mechanically rather than by
# review:
#
#   1. std / core / alloc
#   2. external crates
#   3. crate:: / self:: / super::
#
# separated by blank lines, with one grouped `use` per root.
#
# Both options are nightly-only, so formatting runs as `cargo +nightly fmt`.
# This affects formatting only — the crate still builds on the stable toolchain
# named in `rust-version`.
group_imports = "StdExternalCrate"
imports_granularity = "Crate"