-
[moonbit](https://www.moonbitlang.com)
I hope this message finds you well. I wanted to take a moment to recommend the integration of the MoonBit Language (MoonBitLang) into Spin's ecosystem. MoonBitL…
-
## Introduction
This project is pretty cool ngl. But there is a glaring problem with it.
## Safety
It is common knowledge that any language not written in Rust is inherently dangerous and unsafe.
…
-
Hi,
it would be great to use this library with other languages like rust or go.
to enable that, we’d need a c api. would it be possible for you to add it?
Thanks!
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](htt…
-
[Rust](https://www.rust-lang.org/) language offers many things compared to C:
- Rust is memory safe. By design, Rust code can't have dangling pointers, buffer overflows or other type of memory relate…
-
Konrad mentioned this. I looked at a few github links/source for top projects at crates.io and this seems to be the case.
The community uses cargo.toml to specify the license:
https://doc.rust-lan…
-
As was suggested while discussing #244, I'm creating a new feature request to allow identifiers to start with an uppercase letter:
~~~~
{% let X = 42 %}
~~~~
This fails (both on Rinja and Askama…
-
### Bug Description
If I declare an `enum` and use it on a private property the enum also exported from the generated Rust code. This will lead to compilation error if I have the same enum name but o…
-
### What should we add?
After we have the full rust-native core data model in #13264 we can then expose a compiled language interface directly to that data model. Having a compiled language interface…
-
I'm really interested in using this in my rust projects, any plans on supporting serde/code generation?