Docs.rs
cairo-lint-2.16.0
cairo-lint 2.16.0
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
github:software-mansion:starknet-crates-io-admins
wawel37
Dependencies
anyhow ^1.0.100
normal
cairo-lang-compiler ^2.16.0
normal
cairo-lang-defs ^2.16.0
normal
cairo-lang-diagnostics ^2.16.0
normal
cairo-lang-filesystem ^2.16.0
normal
cairo-lang-formatter ^2.16.0
normal
cairo-lang-parser ^2.16.0
normal
cairo-lang-semantic ^2.16.0
normal
cairo-lang-syntax ^2.16.0
normal
cairo-lang-test-plugin ^2.16.0
normal
cairo-lang-utils ^2.16.0
normal
cairo-language-common ^2.16.0
normal
if_chain ^1.0.3
normal
indoc ^2
normal
itertools ^0.14.0
normal
log ^0.4.29
normal
num-bigint ^0.4.6
normal
salsa ^0.26.0
normal
scarb-metadata ^1.15.1
normal
tempfile ^3
normal
tracing ^0.1
normal
which ^8
normal
ctor ^0.6.3
dev
insta ^1.46.2
dev
pretty_assertions ^1.4.1
dev
test-case ^3.0
dev
Versions
22.26%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module loop_for_while
cairo_
lint
2.16.0
Module loop_
for_
while
Module Items
Structs
Functions
In cairo_
lint::
lints::
loops
cairo_lint
::
lints
::
loops
Module
loop_
for_
while
Copy item path
Source
Structs
§
Loop
ForWhile
Functions
§
check_
loop_
for_
while
Checks for
fix_
loop_
break
Converts a
loop
with a conditionally-breaking
if
statement into a
while
loop.