Skip to main content

codemap-rust

A Rust indexer for CodeMap, shipped as an independent PyPI package.

What it captures

Backed by tree-sitter-rust:

AST node Symbol kind
function_item (free) function
function_item (inside impl) method (attached to the impl'd type)
function_signature_item (inside trait) method (attached to the trait)
struct_item class (with extra.rust_kind=struct)
enum_item class (with extra.rust_kind=enum)
trait_item class (with extra.rust_kind=trait)
const_item variable (with extra.rust_kind=const)
static_item variable (with extra.rust_kind=static)

impl Trait for Type blocks attach methods to Type (the receiver), so both inherent and trait impls end up addressable under the same Type#method() shape.

SymbolID encoding

scip-rust . . . src/user.rs/User#login().

Install

pip install codemap-rust

After install, codemap doctor lists rust alongside the other indexers on identical terms (ADR-004 + ADR-L001).

Limits

  • Methods on generic types (impl<T> Foo<T>) attach to Foo without the generic parameter — adequate for code search, lossy for type checking.
  • Macros are not expanded; their declarations are not captured as symbols.
  • mod declarations are not turned into namespace prefixes; the file path is the only namespace.

License

MIT.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codemap_rust-0.4.10.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

codemap_rust-0.4.10-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file codemap_rust-0.4.10.tar.gz.

File metadata

  • Download URL: codemap_rust-0.4.10.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for codemap_rust-0.4.10.tar.gz
Algorithm Hash digest
SHA256 f17c388ba355bb08f4b1c0f8e8ec4c123eb41fc0dbaf485c93bff46142fb2d79
MD5 7b0f09e67c248b4668f6306cdfbf8924
BLAKE2b-256 fc213c935f8c6faa93f9d4628892256a9c16dfc0530c64c7db0129966b543deb

See more details on using hashes here.

Provenance

The following attestation bundles were made for codemap_rust-0.4.10.tar.gz:

Publisher: publish.yml on qxbyte/codemap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file codemap_rust-0.4.10-py3-none-any.whl.

File metadata

  • Download URL: codemap_rust-0.4.10-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for codemap_rust-0.4.10-py3-none-any.whl
Algorithm Hash digest
SHA256 d176b98115cdf149dbc845a071c6a2a513b0adf6e1ebad83f9a4a25270fe59cd
MD5 808a98d08483848e77d8e2e0fb4f06d3
BLAKE2b-256 99152366bfc390d7c127bcb09cebb5ef4b4ddbbc5b32064c83c2dd011e09e999

See more details on using hashes here.

Provenance

The following attestation bundles were made for codemap_rust-0.4.10-py3-none-any.whl:

Publisher: publish.yml on qxbyte/codemap

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.10 This release

2 files

0.4.6

2 files

0.4.5

2 files

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.6

2 files

0.3.5

2 files

0.3.4

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.2

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page