Docs.rs
mv-compiler-0.3.1
mv-compiler 0.3.1
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
dondidlc
Dependencies
anyhow ^1.0.52
normal
bcs ^0.1.2
normal
clap ^3.1.8
normal
codespan-reporting ^0.11.1
normal
difference ^2.0.0
normal
hex ^0.4.3
normal
mv-binary-format ^0.3.0
normal
mv-borrow-graph ^0.3.0
normal
mv-bytecode-source-map ^0.3.0
normal
move-bytecode-verifier ^0.3.0
normal
move-command-line-common ^0.3.0
normal
mv-core-types ^0.3.0
normal
move-ir-to-bytecode ^0.3.0
normal
mv-ir-types ^0.3.0
normal
move-symbol-pool ^0.3.0
normal
num-bigint ^0.4.0
normal
once_cell ^1.7.2
normal
petgraph ^0.5.1
normal
regex ^1.5.5
normal
sha3 ^0.9.1
normal
tempfile ^3.2.0
normal
walkdir ^2.3.1
normal
Versions
1.27%
of the crate is documented
This release has been yanked, go to latest version
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
☰
Identifier
Required Methods
loc
value
Implementors
In move_compiler::shared
?
Trait
move_compiler
::
shared
::
Identifier
source
·
[
−
]
pub trait Identifier { fn
value
(&self) ->
Symbol
;
fn
loc
(&self) ->
Loc
; }
Required Methods
source
fn
value
(&self) ->
Symbol
source
fn
loc
(&self) ->
Loc
Implementors
source
impl
Identifier
for
ConstantName
source
impl
Identifier
for
Field
source
impl
Identifier
for
FunctionName
source
impl
Identifier
for
ModuleName
source
impl
Identifier
for
StructName
source
impl
Identifier
for
Var