Add the last reviewed version to Cargo.toml / [dependencies]:

glsl-include = "0.3.1"

Filter reviews clicking on the numbers in the summary.

Full column names in tooltip hints: rating Negative, rating Neutral, rating Positive, rating Strong, thoroughness, understanding, reviews count.

Neg
Neu
Pos
Str
tho
und
rev
1
2
1
2
crate version
rating
date
reviewer
thoroughness, understanding
glsl-include 0.3.1
positive
2019-09-24
medium, high

Handle basic #include s for GLSL.

Pros:

  • 100% Safe/Sandboxed

Cons:

  • No #file directives emitted
  • No callback option for #include, must pre-register all possible includes.
  • Repeat #include s simply ignored instead of interacting with preprocessor.

0.3.1

crev
thoroughnessmedium
understandinghigh
ratingpositive
FileRatingNotes
src/error.rs+1Display for Error not double-clickable but provides good context.
src/lib.rs0Doesn't disambiguate quote style, no callbacks so you must pre-define every includable file.
.cargo_vs_info.json+1
.cargo-ok+1
Cargo.toml+1Apache 2.0 or MIT
Cargo.toml.orig+1regex, lazy_static, [dev] indoc, criterion
LICENSE-APACHE+1
LICENSE-MIT+1
README.md+1Apache 2.0 or MIT, Contributions section
OtherRatingNotes
unsafe+1None, 100% safe
miri
fs+1None, instead you need to pre-include(path, into_string).
io+1
docs+1
tests+1Not in .crate, but appears to be there/fine in original repository

© bestia.dev 2023, MIT License, Version: 2023.608.1636

Open source repository for this web app: https://github.com/bestia-dev/cargo_crev_web/