Docs.rs
y-lang-0.1.3
y-lang 0.1.3
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
H1ghBre4k3r
Dependencies
clap ^4.2.5
normal
log ^0.4.17
normal
once_cell ^1.17
normal
pest ^2.6
normal
pest_derive ^2.6
normal
simple_logger ^4.1.0
normal
unescape ^0.1.0
normal
Versions
6.13%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
y_lang
0.1.3
Modules
Aliased Type
In y_
lang::
loader
y_lang
::
loader
Type Alias
Modules
Copy item path
Source
pub type Modules<T> =
HashMap
<
String
,
Module
<T>>;
Aliased Type
ยง
pub struct Modules<T> {
/* private fields */
}