Docs.rs
linguist-rs-build-1.1.0
linguist-rs-build 1.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
adiepenbrock
Dependencies
linguist-rs ^1.1.0
normal
quote ^1.0.27
normal
reqwest ^0.11.17
normal
serde ^1.0
normal
optional
serde_yaml ^0.9
normal
optional
tempfile ^3.5.0
normal
Versions
42.86%
of the crate is documented
Platform
i686-pc-windows-msvc
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
Crate linguist_build
linguist_
build
1.1.0
All Items
Crate Items
Structs
Enums
Statics
Crate
linguist_
build
Copy item path
Source
Structs
§
Config
The
Config
is used to configure the build process. It can be used to specify the
output path
and the
definitions
to be generated.
Definition
A
Definition
is used to specify the
name
,
Location
, and the
Kind
of an artifact to generate. The
Location
can either be a
URL
or a
Path
. The
Kind
specifies the type of artifact to generate, e.g., Languages, Heuristics, Vendors, or Documentation.
Enums
§
Kind
Kind is used to specify the type of artifact to generate, e.g., Languages, Heuristics, Vendors, or Documentation.
Location
Location is used to specify the path to the respective
Definition
.
Statics
§
GITHUB_
LINGUIST_
DOCUMENTATION_
URL
GITHUB_
LINGUIST_
HEURISTICS_
URL
GITHUB_
LINGUIST_
LANGUAGES_
URL
GITHUB_
LINGUIST_
VENDORS_
URL