marine-rs-sdk icon indicating copy to clipboard operation
marine-rs-sdk copied to clipboard

allow for const to be generated from rust

Open dzmitry-lahoda opened this issue 2 years ago • 0 comments

error: At now, #[marine] could be applied only to a function, extern block or struct
22 | pub const MESSAGE_TYPE_USER: &str = "user";

so these are reused in aqua and in rust at same time

dzmitry-lahoda avatar Oct 04 '21 14:10 dzmitry-lahoda