Tutorials for Rust related to C#?
I am trying to learn simple rust related tutorials and have been able to create my first plugin which is basically allready working as should. But i would love to get a deeper understanding of the logics behind it.

Have tried to look online but cant seem to find good resources. 

I often come back on plugin specific forums and see Wulf's replies to what ive just googled :) 

Are there any "tutorials" and simple "how-tos" available? 
First of all, you should learn C#. It doesn't matter whether it's rust related or not. You'd better just learn C#. Then take a look at existing plugins for examples how some of the things should work. You can use dnSpy or any other similar tools like JustDecompile / dotPeek / etc to search for whatever you need. And, sure you can see if uMod/oxide have any similar existing threads about your question. And try to simplify your question - it could be just a C# question, who knows?
5b6ed4c9ac8e4.jpg misticos
First of all, you should learn C#. It doesn't matter whether it's rust related or not. You'd better just learn C#. Then take a look at existing plugins for examples how some of the things should work. You can use dnSpy or any other similar tools like JustDecompile / dotPeek / etc to search for whatever you need. And, sure you can see if uMod/oxide have any similar existing threads about your question. And try to simplify your question - it could be just a C# question, who knows?

So no rust spesific resources for newcomers to the developer scene. Ok.

Ive taken a couple of courses in C# so I get some of it - but its allways tricky to put it into action for the first time.