Docs.rs
litcheck-core-0.2.2
litcheck-core 0.2.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bitwalker
Dependencies
anyhow ^1.0
normal
clap ^4.1
normal
either ^1.9
normal
glob ^0.3
normal
memchr ^2.7
normal
miette ^5.10
normal
rustc-hash ^1.1
normal
serde ^1.0
normal
smallvec ^1.9
normal
string-interner ^0.14
normal
thiserror ^1.0
normal
walkdir ^2.4
normal
pretty_assertions ^1.0
dev
Versions
18.18%
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
litcheck_
core
0.2.2
Named
Source
File
Provided Methods
name
Implementations on Foreign Types
Arc<str>
Box<str>
Cow<'a, str>
String
str
Implementors
In litcheck_
core::
diagnostics
litcheck_core
::
diagnostics
Trait
NamedSourceFile
Copy item path
Source
pub trait NamedSourceFile:
SourceFile
{ // Provided method fn
name
(&self) ->
FileName
{ ... } }
Provided Methods
§
Source
fn
name
(&self) ->
FileName
Implementations on Foreign Types
§
Source
§
impl
NamedSourceFile
for
str
Source
§
impl
NamedSourceFile
for
Box
<
str
>
Source
§
impl
NamedSourceFile
for
String
Source
§
impl
NamedSourceFile
for
Arc
<
str
>
Source
§
impl<'a>
NamedSourceFile
for
Cow
<'a,
str
>
Implementors
§
Source
§
impl
NamedSourceFile
for
ArcSource
Source
§
impl<'a>
NamedSourceFile
for
Source
<'a>