Docs.rs
tr-lang-0.4.0
tr-lang 0.4.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
kaiserthe13th
Dependencies
bincode ^1.3.3
normal
lazy_static ^1.4.0
normal
optional
locale_config ^0.3
normal
regex ^1.5
normal
optional
rustyline ^9.1.2
normal
optional
serde ^1.0
normal
chrono ^0.4
build
Versions
1.22%
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
Files
tr_lang/parser/
mod.rs
1
mod
parser;
2
3
pub use
parser::Parser;