Docs.rs
ocypode-lang-0.2.3
ocypode-lang 0.2.3
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
TheAwiteb
Dependencies
bigdecimal ^0.3.0
normal
heck ^0.4.1
normal
miette ^5.5.0
normal
pest ^2.5.6
normal
pest_derive ^2.5.6
normal
regex ^1.7.1
normal
rustyline ^11.0.0
normal
thiserror ^1.0.39
normal
Versions
68.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ocypode_lang/
lib.rs
1
pub mod
diagnostics;
2
pub mod
errors;
3
mod
front;
4
pub use
front::
*
;
5
pub mod
runtime;