Nick Wanninger
Nick Wanninger
This patch simply updates the path-sep logic to follow the code referenced in the comment. This is required for aniseed to function correctly in my aarch64 ubuntu virtual machine.
Previously, returning an error from main prints out the rust representation of the error struct:  This PR moves the existing main into it's own function so the real main...
Hi! I just want to say that this project is excellent, and I plan on getting it running in my [kernel](https://github.com/chariotos/chariot) as soon as I get the time While it's...
Hello, I have a specific problem in a project I have that requires that the event loop be run a couple times from within a callback, and I'm not sure...
Much like go's interfaces, but would act much like generics + limitations Possible Syntax: ``` protocol Addable { Add(Addable other) Addable } ``` Classes would automatically implement a protocol if...