Remove dependency on the official runtime #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By the time of this writing, the official still lacking efficient support. I've been seen great names of the Rust community (e.g. softprops) trying to keep up with the demand, supporting the contributors with their questions and, occasionally, reviewing some Pull Requests here and there. Sadly, this is not enough. It still lacks support for a few official features, tickets still taking too long for being answered and introduced breaking compatibility hasn't been prioritized as expected.
Lucky enough, the Runtime API documentation contains enough information so we can write it by ourselves. Undocumented edge cases were easily tackled by reading the source code of the Go runtime.