Question about using dependencies of dependencies

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • winit

    Window handling library in pure Rust

  • I've been working on a little rust project that uses the winit crate to open a window, then I'm gonna use a custom renderer to draw to it. I need a platform specific window handle to do that and winit has a function for that. It returns an enum of type RawWindowHandle from the raw-window-handle crate, which winit specifies as a dependency. However I can't actually use that type because I haven't specified that as a dependency of my crate.

  • raw-window-handle

    A common windowing interoperability library for Rust

  • I've been working on a little rust project that uses the winit crate to open a window, then I'm gonna use a custom renderer to draw to it. I need a platform specific window handle to do that and winit has a function for that. It returns an enum of type RawWindowHandle from the raw-window-handle crate, which winit specifies as a dependency. However I can't actually use that type because I haven't specified that as a dependency of my crate.

  • 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

  • Linux version of Warp terminal is here

    4 projects | news.ycombinator.com | 22 Feb 2024
  • Can't get winit sample to compile

    1 project | /r/learnrust | 18 Oct 2023
  • Hey Rustaceans! Got a question? Ask here (28/2023)!

    2 projects | /r/rust | 12 Jul 2023
  • Hey Rustaceans! Got a question? Ask here (20/2023)!

    4 projects | /r/rust | 15 May 2023
  • File dialog with ImGui?

    1 project | /r/rust | 23 Apr 2023