Docs.rs
formality-core-0.1.1
formality-core 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nikomatsakis
github:rust-lang:types
Dependencies
anyhow ^1.0.75
normal
contracts ^0.6.3
normal
env_logger ^0.10.0
normal
formality-macros ^0.1.0
normal
lazy_static ^1.4.0
normal
stacker ^0.1.15
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
tracing-tree ^0.2
normal
expect-test ^1.4.1
dev
Versions
52.29%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
formality_
core
0.1.1
Module language
Module Items
Traits
Type Aliases
In crate formality_
core
formality_core
Module
language
Copy item path
Source
Traits
§
HasKind
Language
The definition of a “language”
Type Aliases
§
Core
Kind
For consistency with types like
CoreVariable<L>
, we write
CoreKind<L>
instead of
Kind<L>
.
Core
Parameter
For consistency with types like
CoreVariable<L>
, we write
CoreParameter<L>
instead of
Parameter<L>
.