0.2.7 (current) Thoroughness: None Understanding: Medium
by MaulingMonkey on 2020-07-23
This review is from Crev, a distributed system for code reviews. To add your review, set up cargo-crev
.
0.2.7 (current) Thoroughness: None Understanding: Medium
by MaulingMonkey on 2020-07-23
Crates in the crates.io registry are tarball snapshots uploaded by crates' publishers. The registry is not using crates' git repositories. There is absolutely no guarantee that the repository URL declared by the crate belongs to the crate, or that the code in the repository is the code inside the published tarball.
To review the actual code of the crate, it's best to use cargo crev open egl
. Alternatively, you can download the tarball of egl v0.2.7 or view the source online.
AVOID. This crate is unsound as fuck, and abandoned.
Alternatives:
khronos-egl
is a sounder, maintained fork.egli
is an alternative, supposedly sound API with low and high level APIs.glutin_egl_sys
usesgl_generator
to provide low levelunsafe
API structs.https://github.com/MaulingMonkey/rust-reviews/blob/master/reviews/egl.md
Issue: High (none)
Unsound as heck, unmaintained.