rust2go icon indicating copy to clipboard operation
rust2go copied to clipboard

Call Golang from Rust Asynchronously

Results 26 rust2go issues
Sort by recently updated
recently updated
newest added

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 to 4.5.20. Release notes Sourced from clap's releases. v4.5.19 [4.5.19] - 2024-10-01 Internal Update dependencies v4.5.18 [4.5.18] - 2024-09-20 Features (builder) Expose Arg::get_display_order and Command::get_display_order v4.5.17...

dependencies
rust

# 在 macOS 上运行 example-monoio-mem 时遇到的问题及解决方案 ## 环境信息 - 操作系统:macOS 15.0 (24A335) - Rust 版本:rustc 1.81.0 (eeb90cda1 2024-09-04) (Homebrew) ## 问题描述 在 macOS 上克隆并运行项目时,`examples/example-monoio` 可以正常运行,但 `examples/example-monoio-mem` 出现编译错误。错误信息如下: ``` error[E0425]: cannot...

Hi, I am wondering if and how it is possible to return complex structures (or points to them more likely) as opaque types from calls. Say I have a client...

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.86 to 1.0.87. Release notes Sourced from proc-macro2's releases. 1.0.87 Check valid punctuation character in Punct::new (#470) Commits 50b477d Release 1.0.87 f0b6802 Merge pull request #471 from...

dependencies
rust

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.77 to 2.0.79. Release notes Sourced from syn's releases. 2.0.79 Fix infinite loop on parsing chained ranges (#1741) Fix panic in parsing use items containing absolute paths...

dependencies
rust

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.159. Release notes Sourced from libc's releases. 0.2.159 Added Android: add more AT_* constants in rust-lang/libc#3779 Apple: add missing NOTE_* constants in rust-lang/libc#3883 Hermit: add...

dependencies
rust

Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6. Release notes Sourced from mozilla-actions/sccache-action's releases. v0.0.6 What's Changed fix: string interpolation by @​i10416 in Mozilla-Actions/sccache-action#122 Keep GitHub Actions up to date with GitHub's...

dependencies
github_actions

Hello, everyone. I'm from [opendal](https://github.com/apache/opendal) community, a unified data access layer that enables users to seamlessly and efficiently retrieve data from various storage services. I recently discovered `rust2go` and am...

First of all, really great work, thanks for putting this together! I was wondering if you would be interested in accepting a patch to add support for running the go...

Thank you for creating this great crate! I noticed that passing a reference in a sync call might cause a dangling pointer because the reference on the Go side might...

question