Roogle v0.1.1 - A Rust API search engine [WIP]

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
  • roogle

    A Rust API search engine

  • rust-search-extension

    🦀 The ultimate search extension for 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.

    InfluxDB logo
  • rust

    Empowering everyone to build reliable and efficient software.

  • I think that using an external API won't be allowed by the rustdoc maintainers, and I also think that it's not an optimal solution (it would not work in offline/local mode anyway). There have been previous attempts to provide some very basic "hoogle-like" search (https://github.com/rust-lang/rust/pull/23289). It basically serialized Rust items (functions, structs etc.) in a specific way to make it amenable for such fuzzy search and the implemented the search in JavaScript. That is probably the "safest" option how to implement this.

  • docs.rs

    crates.io documentation generator

  • I tried gzip'ing suggested in the article and the index for std crate is now 6.5 MB, which is bearable given the existing search index for the crate on docs.rs is 4.8 MB.

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