Actuent
docs.rs

Docs.rs

Docs.rs

30
Not agent-ready yet
Agent-readiness score out of 100
  • ○ Clear description of the site
  • ✓ Several pages described
  • ✓ Actions agents can take
  • ○ 3 or more actions
  • ○ Publishes its own LAWP (/.well-known/lawp.json)
  • ○ Actions agents can execute
  • ○ Business details (address, hours, phone)

How to improve this score

Up to +70 points:
+15 · Clear description of the site
Add a meta description and a plain first paragraph that says what you do, where, and for whom.
+10 · 3 or more actions
Most businesses have at least three: contact, book or order, and view prices.
+15 · Publishes its own LAWP (/.well-known/lawp.json)
Publish your starter lawp.json at /.well-known/lawp.json. WordPress: install the Actuent plugin. Cloudflare: use the one-click Worker.
+15 · Actions agents can execute
Give an action an endpoint on your domain so agents can do it for the user, not just link to it. See LAWP Actions.
+15 · Business details (address, hours, phone)
Add schema.org business data to your homepage (the starter snippet). Google uses it too.
Starter lawp.json for docs.rs
Made from what Actuent already knows. Edit it, then publish it at https://docs.rs/.well-known/lawp.json. Check it with the LAWP Checker, or edit it in the LAWP Generator.
{
  "lawp_version": "0.3",
  "domain": "docs.rs",
  "name": "Docs.rs",
  "language": "en",
  "pages": {
    "/": {
      "title": "Docs.rs",
      "content": "Docs.rs"
    },
    "/af-store/latest/af_store": {
      "title": "af store - Rust",
      "content": "Docs.rs af-store-0.18.1 af-store 0.18.1 Permalink Docs.rs crate page MIT OR Apache-2.0 25 September 2026 Links Homepage Repository crates.io Source Owners JingYeoh Dependencies sqlx ^0.8 normal thiserror ^2 normal tinyvec =1.11.0 normal tokio ^1 dev Versions 100% of the crate is documented Platform "
    },
    "/ag-store/latest/ag_store": {
      "title": "ag store - Rust",
      "content": "Docs.rs ag-store-0.16.2 ag-store 0.16.2 Permalink Docs.rs crate page Apache-2.0 24 September 2026 Links Repository crates.io Source Owners minev-dev Dependencies ag-contracts ^0.16.2 normal ag-session ^0.16.2 normal ag-worker ^0.16.2 normal async-trait ^0.1 normal mockall ^0.15 normal optional sqlx "
    },
    "/book_lib/latest/book_lib": {
      "title": "book lib - Rust",
      "content": "Docs.rs book lib-0.1.3 book lib 0.1.3 Permalink Docs.rs crate page MIT 16 July 2026 Links Homepage Repository crates.io Source Owners DobbiKov Dependencies dirs ^6.0.0 normal loggit ^0.1.0 normal rusqlite ^0.32.0 normal Versions 38.46% of the crate is documented Platform x86 64-unknown-linux-gnu Fea"
    },
    "/cargo-book/latest/cargo_book": {
      "title": "cargo book - Rust",
      "content": "Docs.rs cargo-book-0.1.4 cargo-book 0.1.4 Permalink Docs.rs crate page MIT 28 March 2022 Links Repository crates.io Source Owners btwiuse Dependencies anyhow ^1 normal clap ^3 normal futures-util ^0.3 normal hyper ^0.14 normal hyper-staticfile ^0.8 normal tokio ^1 normal Versions 75% of the crate is"
    },
    "/amaru-stores/latest/amaru_stores": {
      "title": "amaru stores - Rust",
      "content": "Docs.rs amaru-stores-0.1.2 amaru-stores 0.1.2 Permalink Docs.rs crate page Apache-2.0 06 March 2026 Links Homepage Repository crates.io Source Owners jeluard Dependencies amaru-iter-borrow ^0.1.2 normal amaru-kernel ^0.1.2 normal amaru-ledger ^0.1.2 normal amaru-observability ^0.1.2 normal amaru-our"
    },
    "/arc-locations/latest/arc_locations": {
      "title": "arc locations - Rust",
      "content": "Docs.rs arc-locations-2.0.0 arc-locations 2.0.0 Permalink Docs.rs crate page MIT 13 September 2026 Links Homepage Repository crates.io Source Owners shirshak55 Dependencies browser-locations-core ^2.0.0 normal Versions 100% of the crate is documented Platform x86 64-unknown-linux-gnu Feature flags d"
    },
    "/bitcoin-price/latest/bitcoin_price": {
      "title": "bitcoin price - Rust",
      "content": "Docs.rs bitcoin-price-0.1.7 bitcoin-price 0.1.7 Permalink Docs.rs crate page MIT 01 August 2026 Links crates.io Source Owners joegesualdo Dependencies anyhow ^1.0.66 normal coinbase-bitcoin ^0.1.1 normal reqwest ^0.11 normal serde ^1 normal thiserror ^1.0.37 normal Versions 22.22% of the crate is do"
    },
    "/ccstat-pricing/latest/ccstat_pricing": {
      "title": "ccstat pricing - Rust",
      "content": "Docs.rs ccstat-pricing-0.6.2 ccstat-pricing 0.6.2 Permalink Docs.rs crate page MIT 14 September 2026 Links Repository crates.io Source Owners hydai Dependencies ccstat-core ^0.6.2 normal reqwest ^0.13 normal serde ^1.0 normal serde json ^1.0 normal tokio ^1.40 normal tracing ^0.1 normal tokio-test ^"
    }
  },
  "actions": [
    {
      "id": "search",
      "name": "Search the site",
      "input": {
        "type": "text",
        "required": true
      },
      "intent": [
        "search",
        "find",
        "look up"
      ],
      "description": "Search Docs.rs"
    },
    {
      "id": "contact",
      "name": "Contact",
      "description": "Send a message to Docs.rs",
      "intent": [
        "contact",
        "message",
        "email",
        "get in touch"
      ],
      "input": {
        "type": "object",
        "required": true,
        "fields": [
          {
            "name": "name",
            "type": "string",
            "required": true
          },
          {
            "name": "email",
            "type": "email",
            "required": true
          },
          {
            "name": "message",
            "type": "string",
            "required": true
          }
        ]
      }
    }
  ]
}
Starter schema.org snippet
Replace the example values, then paste into your homepage's <head>.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Docs.rs",
  "url": "https://docs.rs",
  "telephone": "+00 0000 0000",
  "priceRange": "€€",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Street 1",
    "postalCode": "0000",
    "addressLocality": "City",
    "addressCountry": "DK"
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday"
      ],
      "opens": "09:00",
      "closes": "17:00"
    }
  ]
}
</script>

What AI agents can do here

Search the site
Search Docs.rs
searchfindlook up

Pages

Docs.rs /
Docs.rs
af store - Rust /af-store/latest/af_store
Docs.rs af-store-0.18.1 af-store 0.18.1 Permalink Docs.rs crate page MIT OR Apache-2.0 25 September 2026 Links Homepage Repository crates.io Source Owners JingYeoh Dependencies sqlx ^0.8 normal thiserror ^2 normal tinyvec =1.11.0 normal tokio ^1 dev Versions 100% of the crate is
ag store - Rust /ag-store/latest/ag_store
Docs.rs ag-store-0.16.2 ag-store 0.16.2 Permalink Docs.rs crate page Apache-2.0 24 September 2026 Links Repository crates.io Source Owners minev-dev Dependencies ag-contracts ^0.16.2 normal ag-session ^0.16.2 normal ag-worker ^0.16.2 normal async-trait ^0.1 normal mockall ^0.15 n
book lib - Rust /book_lib/latest/book_lib
Docs.rs book lib-0.1.3 book lib 0.1.3 Permalink Docs.rs crate page MIT 16 July 2026 Links Homepage Repository crates.io Source Owners DobbiKov Dependencies dirs ^6.0.0 normal loggit ^0.1.0 normal rusqlite ^0.32.0 normal Versions 38.46% of the crate is documented Platform x86 64-u
cargo book - Rust /cargo-book/latest/cargo_book
Docs.rs cargo-book-0.1.4 cargo-book 0.1.4 Permalink Docs.rs crate page MIT 28 March 2022 Links Repository crates.io Source Owners btwiuse Dependencies anyhow ^1 normal clap ^3 normal futures-util ^0.3 normal hyper ^0.14 normal hyper-staticfile ^0.8 normal tokio ^1 normal Versions
amaru stores - Rust /amaru-stores/latest/amaru_stores
Docs.rs amaru-stores-0.1.2 amaru-stores 0.1.2 Permalink Docs.rs crate page Apache-2.0 06 March 2026 Links Homepage Repository crates.io Source Owners jeluard Dependencies amaru-iter-borrow ^0.1.2 normal amaru-kernel ^0.1.2 normal amaru-ledger ^0.1.2 normal amaru-observability ^0.
arc locations - Rust /arc-locations/latest/arc_locations
Docs.rs arc-locations-2.0.0 arc-locations 2.0.0 Permalink Docs.rs crate page MIT 13 September 2026 Links Homepage Repository crates.io Source Owners shirshak55 Dependencies browser-locations-core ^2.0.0 normal Versions 100% of the crate is documented Platform x86 64-unknown-linux
bitcoin price - Rust /bitcoin-price/latest/bitcoin_price
Docs.rs bitcoin-price-0.1.7 bitcoin-price 0.1.7 Permalink Docs.rs crate page MIT 01 August 2026 Links crates.io Source Owners joegesualdo Dependencies anyhow ^1.0.66 normal coinbase-bitcoin ^0.1.1 normal reqwest ^0.11 normal serde ^1 normal thiserror ^1.0.37 normal Versions 22.22
ccstat pricing - Rust /ccstat-pricing/latest/ccstat_pricing
Docs.rs ccstat-pricing-0.6.2 ccstat-pricing 0.6.2 Permalink Docs.rs crate page MIT 14 September 2026 Links Repository crates.io Source Owners hydai Dependencies ccstat-core ^0.6.2 normal reqwest ^0.13 normal serde ^1.0 normal serde json ^1.0 normal tokio ^1.40 normal tracing ^0.1

For AI agents

Get this site as structured JSON:
GET https://api.actuent.ai/api/search?q=docs.rs
Or connect Actuent to ChatGPT or Claude: https://agents.actuent.ai/api/mcp
Last updated 26 Sep 2026

Is this your site?

Claim docs.rs to edit what AI agents see, make your actions executable, and show your score:
Claim this site →   WordPress, Cloudflare & Shopify →
Show your score: <script src="https://api.actuent.ai/badge.js" data-domain="docs.rs" async></script> or the image https://api.actuent.ai/badge.svg?domain=docs.rs&style=card

Actuent is a search engine for AI agents, made by localilabs. Data is generated automatically from public web content and may be incomplete.