Can I get some Rust help here

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • gdal

    Rust bindings for GDAL (by georust)

  • I'm trying to port my Python code to Rust. Must of what I do deals with geospatial analysis, therefore I need to use the Rust GDAL bindings. On my Arch Linux machine, it's as simple as adding this crate to the dependencies and everything compiles beautifully. But on the HPC where I am working, which is not Arch, I installed gdal using conda. Now, I can do `GDAL_HOME=$HOME/.miniconda3/envs/slr2022 LIBCLANG_PATH=~/.local/llvm-14.0.4/lib/libclang.so cargo build --features bindgen` and it picks up the GDAL and clang libraries, however I get undefined references to all of the *.so that libgdal uses. I can't find a way to make cargo pick up these libraries.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts