Docs.rs
mimium-lang-3.1.2
mimium-lang 3.1.2
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
tomoyanonymous
Dependencies
ariadne ^0.5
normal
chumsky ^0.11
normal
colog ^1.3.0
normal
half ^2.4.1
normal
intx ^0.1.0
normal
itertools ^0.13.0
normal
log ^0.4.28
normal
slotmap ^1.0.7
normal
state-tree ^3.1.2
normal
string-interner ^0.17.0
normal
wasm-bindgen ^0.2.93
normal
wasm-bindgen-test ^0.3
dev
homedir ^0.3.4
normal
mimalloc ^0.1.43
normal
Versions
11.32%
of the crate is documented
Platform
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
ToSymbol
mimium_
lang
3.1.2
ToSymbol
Required Methods
to_symbol
Implementors
In mimium_
lang::
interner
mimium_lang
::
interner
Trait
ToSymbol
Copy item path
Source
pub trait ToSymbol { // Required method fn
to_symbol
(&self) ->
Symbol
; }
Required Methods
§
Source
fn
to_symbol
(&self) ->
Symbol
Implementors
§
Source
§
impl<T:
AsRef
<
str
>>
ToSymbol
for T