-
What about library on Rust (instead of planned library on C/C++)?
-
Right now it only seems to provide `DefaultInfo`, unless I'm misreading the prelude. This seems to be used in e.g. python rule machinery to select appropriate behavior.
-
It would be nice to have support for a rust client that would connect to the server. The reference website at https://seekstorm.apidocumentation.com/reference doesn't have rust in its dropdowns, one w…
-
Setup:
```
$ tree .
.
├── BUILD.bazel
├── MODULE.bazel
└── src
├── a
│ └── main.rs
└── foo
└── mod.rs
```
MODULE.bazel:
```
bazel_dep(name = "rules_rust", version = "0.60.0")
…
-
Hey, just FYI I updated dalance/softfloat_bench (same author as `softfloat-wrapper`) with more libraries including `const_soft_float`.
See: https://github.com/HarryR/softfloat_bench/tree/master
Good…
-
https://docs.rs/jp2k/latest/jp2k/
I'm not quite sure how this library works exactly, but from my very limited knowledge of rust, I think this should help?
-
https://doc.rust-lang.org/std/
- [x] [option](https://doc.rust-lang.org/std/option/index.html)
- [ ] [collections](https://doc.rust-lang.org/std/collections/index.html)
- [x] [vec](https://doc.rust…
-
`.bazelrc`:
```
build --compilation_mode=opt
build --@rules_rust//rust/settings:lto=thin
build --@rules_rust//rust/settings:extra_rustc_flag=-Copt-level=3
build --@rules_rust//rust/settings:extra_rus…
-
****
**Is your feature request related to a problem? Please describe.**
Some Rust libraries can be built with `cargo` tool into a `C` library with dll+lib files. For example, `resvg`. It would b…
-
# Summary
The current Feldera connectors can be refactored as standalone Rust libraries that share a common interface and still get statically compiled into a Feldera pipeline.
# Motivation
This woul…