Docs.rs
rslint_core-0.3.0
rslint_core 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Stupremee
RDambrosio016
Dependencies
dyn-clone ^1.0.2
normal
indoc ^1.0.3
normal
once_cell ^1.5.2
normal
rslint_errors ^0.2.0
normal
rslint_lexer ^0.2.0
normal
rslint_macros ^0.1.0
normal
rslint_parser ^0.3.0
normal
rslint_regex ^0.3
normal
rslint_text_edit ^0.1.0
normal
schemars ^0.8.0
normal
optional
serde ^1.0.115
normal
typetag ^0.1.5
normal
criterion ^0.3.3
dev
ureq ^1.5.1
dev
Versions
64.02%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rslint_
core
0.3.0
rslint_core
Function
get_rule_by_name
Copy item path
Source
pub fn get_rule_by_name(name: &
str
) ->
Option
<
Box
<dyn
CstRule
>>
Expand description
Get a rule by its kebab-case name.