tinkoff-invest-rust

```rust let service = TinkoffInvestService::new("mytoken".tostring()); let channel = service.create_channel().await?; let mut users = service.users(channel).await?;

let accounts = users .getaccounts(tonic::Request::new( tinkoffinvest_rust::tcs::GetAccountsRequest {}, )) .await?;

println!("Response {:?}", accounts); ```

LICENSE

MIT