FractalFir / rustc_codegen_clr

This rust compiler backend(module) emmits valid CIL (.NET IR), enabling you to use Rust in .NET projects.
MIT License
1.56k stars 35 forks source link

Enhanced readbility of README.md #19

Closed heavyrain266 closed 1 year ago

heavyrain266 commented 1 year ago

Hello there!

I made some bigger changes in README to make it nicer to read and more accessible. I believe in your project and will have some use cases for it later on at @ferritefx.

Let me know what you think about my changes.

FractalFir commented 1 year ago

Thanks for help! While this is not exactly how I would phrase some things, this version is a lot more readable.

Out of curiosity, what use cases do you have in mind? Knowing what people want to do with the project could help me focus on the more needed features.

heavyrain266 commented 1 year ago

Out of curiosity, what use cases do you have in mind?

Sandboxing where it's necessary, ex. on renderfarm to collect telemetry related to current state, sheduled jobs etc. Also, compared to lunatic it is much easier to profile or debug .NET using Rider with dotMemory + dotTrace. While I still prefer lunatic for backend in production tracking service, simple code is much easier to maintain in .NET