1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Jan 19, 2025bundled uses a bundled version of SQLite. This is a good option for cases where linking to SQLite is complicated, such as Windows. sqlcipher looks for the SQLCipher library to link against instead of SQLite. This feature overrides bundled. bundled-sqlcipher uses a bundled version of SQLCipher. This searches for and links against a system ...
  3. bundled uses a bundled version of sqlite3. This is a good option for cases where linking to sqlite3 is complicated, such as Windows. sqlcipher looks for the SQLCipher library to link against instead of SQLite. This feature is mutually exclusive with bundled. Notes on building rusqlcipher and libsqlcipher-sys
  4. Jan 19, 2025This feature overrides bundled. bundled-sqlcipher uses a bundled version of SQLCipher. This searches for and links against a system-installed crypto library to provide the crypto implementation. bundled-sqlcipher-vendored-openssl allows using bundled-sqlcipher with a vendored version of OpenSSL (via the openssl-sys crate) as the crypto provider.
  5. Jan 28, 2025PostgreSQL can be bundled with your application, or downloaded on demand. This library provides an embedded-like experience for PostgreSQL similar to what you would have with SQLite. This is accomplished by downloading and installing PostgreSQL during runtime. There is also a "bundled" feature that when enabled, will download the PostgreSQL ...
  6. Jan 10, 2025bundled: Build the bundled version of libpq from source. It will look for openssl installed on your system. To use a bundled version of openssl, add the openssl-sys crate with the vendored feature to your crate dependencies: [dependencies] openssl-sys = { version = "0.9.93", features = ["vendored"]}
  7. Jan 4, 20251,952,253 downloads per month Used in 749 crates (5 directly). MIT/Apache. 795KB 15K SLoC SQLite database driver.. Note: linkage is semver-exempt. This driver uses the libsqlite3-sys crate which links the native library for SQLite 3. With the "sqlite" feature, we enable the bundled feature which builds and links SQLite from source.. We reserve the right to upgrade the version of libsqlite3-sys ...
  8. Apr 21, 202437,883 downloads per month Used in 323 crates (13 directly). Apache-2.0 OR MIT. 185KB 5.5K SLoC sqlite3-sys . The package provides bindings to SQLite.. The following Cargo features are supported: linkage creates a dependency on sqlite3-src, which links to a suitable SQLite library;; bundled compiles SQLite from the source code, ignoring any libraries that might already be installed; and
  9. Jun 13, 2024If you experience this issue because you are on a LTS machine (for instance, Ubuntu), we definitely recommend you to use the feature "bundled" which will compile the lastest stable version of SDL2 for your project. "Bundled" Feature. Since 0.31, this crate supports a feature named "bundled" which compiles SDL2 from source and links it ...
  10. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX