mirror of
https://github.com/fluencelabs/examples
synced 2025-06-28 01:01:34 +00:00
update to marine, marine-test, bump versions
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
use fluence::fce;
|
||||
use fluence::marine;
|
||||
|
||||
#[fce]
|
||||
#[marine]
|
||||
pub struct Echo {
|
||||
pub echo: String,
|
||||
}
|
||||
|
||||
#[fce]
|
||||
#[marine]
|
||||
pub fn echo(inputs: Vec<String>) -> Vec<Echo> {
|
||||
inputs
|
||||
.iter()
|
||||
|
Reference in New Issue
Block a user