Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate aqua alias from rust alias #115

Open
dzmitry-lahoda opened this issue Sep 9, 2021 · 2 comments
Open

generate aqua alias from rust alias #115

dzmitry-lahoda opened this issue Sep 9, 2021 · 2 comments
Labels
A-CLI-tool area: marine CLI tool C-feature category: a new feature request

Comments

@dzmitry-lahoda
Copy link

dzmitry-lahoda commented Sep 9, 2021

/// persistent id outliving services, but represent same entity
#[marine]
pub type ReplicaSetId = String;

will give

--- persistent id outliving services, but represent same entity
aqua ReplicaSetId : string
@dzmitry-lahoda
Copy link
Author

with lack of ide, it will give help and hints and no need to type manually in aqua stuff suggested by backend(rust developer)

@mikevoronov mikevoronov added C-feature category: a new feature request A-CLI-tool area: marine CLI tool labels Apr 25, 2022
@mikevoronov
Copy link
Member

mikevoronov commented Apr 25, 2022

It depends on a support of type aliases in marine-rs-sdk fluencelabs/marine-rs-sdk#73.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CLI-tool area: marine CLI tool C-feature category: a new feature request
Projects
None yet
Development

No branches or pull requests

2 participants