Skip to main content

asimov_core/
module_name.rs

1// This is free and unencumbered software released into the public domain.
2
3use alloc::string::String;
4
5pub type ModuleName = String;