| .. | ||
| src | ||
| bindings.rs | ||
| build.rs | ||
| Cargo.toml | ||
| prebuilts_version | ||
| 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.