Docs.rs
sqruff-lib-0.29.3
sqruff-lib 0.29.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
benfdking
Dependencies
ahash =0.8.11
normal
common-path ^1.0.0
normal
configparser ^3.1.0
normal
enum_dispatch ^0.3.13
normal
fancy-regex ^0.16.1
normal
indexmap ^2.10.0
normal
itertools ^0.14.0
normal
lazy-regex ^3.2.0
normal
log ^0.4
normal
nohash-hasher ^0.2.0
normal
pretty_assertions ^1.4.0
normal
pyo3 ^0.25.1
normal
optional
rayon ^1.10.0
normal
regex ^1
normal
rustc-hash ^2.1.1
normal
serde ^1.0
normal
serde_json ^1
normal
serde_yaml ^0.9.34
normal
optional
smol_str ^0.3.1
normal
sqruff-lib-core ^0.29.3
normal
sqruff-lib-dialects ^0.29.3
normal
strum ^0.27.2
normal
strum_macros ^0.27.2
normal
walkdir ^2.5.0
normal
criterion ^0.5
dev
expect-test ^1.5
dev
glob ^0.3
dev
pyo3 ^0.25.1
dev
serde_json ^1
dev
serde_with ^3.13
dev
serde_yaml ^0.9.34
dev
getrandom ^0.2
normal
pprof ^0.15
dev
Versions
8.17%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
sqruff_
lib
0.29.3
HasViolation
Required Methods
source_position
Implementations on Foreign Types
SQLBaseError
Implementors
In sqruff_
lib::
core::
rules::
noqa
sqruff_lib
::
core
::
rules
::
noqa
Trait
HasViolation
Copy item path
Source
pub trait HasViolation { // Required method fn
source_position
(&self) ->
Option
<(
usize
,
usize
)>; }
Required Methods
§
Source
fn
source_position
(&self) ->
Option
<(
usize
,
usize
)>
Implementations on Foreign Types
§
Source
§
impl
HasViolation
for
SQLBaseError
Source
§
fn
source_position
(&self) ->
Option
<(
usize
,
usize
)>
Implementors
§
Source
§
impl
HasViolation
for
LintResult