Registry / other / ra-ap-base-db

ra-ap-base-db

JSON →
library0.0.337rscratesunverified

Basic database traits for rust-analyzer. The concrete DB is defined by `ide` (aka `ra_ap_ide`).

# Cargo.toml [dependencies] ra_ap_base_db = "0.0.337"
INSTALL
IMPORT
SIG · RA-AP-BASE-DB
R
ra-ap-base-db
otherrustv0.0.337
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BaseDatabase
use ra_ap_base_db::BaseDatabase;

Demonstrates the BaseDatabase trait from rust-analyzer's base database.

use ra_ap_base_db::BaseDatabase; fn main() { // BaseDatabase is a trait; typically implemented by other crates. println!("Base database trait available"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.337latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
ra-ap-base-db — cargo add ra-ap-base-db · libregistry