Daniel Verkamp 52b8e42869 Cargo.toml: avoid "*" versions for external crates 5 bulan lalu
..
src c28067d1d9 Reformat comments 9 bulan lalu
Cargo.toml 52b8e42869 Cargo.toml: avoid "*" versions for external crates 5 bulan lalu
README.md 660aee3312 sandbox: Add a README 2 tahun lalu
bindings.rs 44a07970cb sandbox: upstream sandbox 2 tahun lalu
build.rs 44a07970cb sandbox: upstream sandbox 2 tahun lalu
prebuilts_version 44a07970cb sandbox: upstream sandbox 2 tahun lalu

README.md

Sandbox dependencies

This crate links against chromium project's sandbox library. The library is provided as a prebuilt because

  • The build system's toolchain doesn't support building that library.
  • The original library is C++ based and we have added a small C wrapper around it to which rust binds.

build.rs downloads the prebuilt library during build.

Googlers can build the library by following these instructions.