moverox-traits 0.1.3

Traits for rusty Move types and their type tags.
Documentation
1
2
3
4
5
6
7
8
//! Re-exports for derive
pub use moverox_types::{Address, IdentStr, Identifier, StructTag, TypeTag, U256, const_address};
#[allow(exported_private_dependencies, clippy::useless_attribute)]
pub use serde;

pub const fn const_ident(s: &'static str) -> &'static IdentStr {
    IdentStr::cast(s)
}