interstellar 0.1.1

A high-performance graph database with Gremlin-style traversals and GQL query language
Documentation
# SonarQube Project Configuration for Interstellar

# Project identification
sonar.projectKey=interstellar
sonar.projectName=Interstellar Graph Database
sonar.projectVersion=0.1.0

# Source code location
sonar.sources=src,mathexpr/src
sonar.tests=tests

# Exclude non-source files
sonar.exclusions=target/**,examples/**,benches/**,**/snapshots/**

# Language hints (SonarQube will auto-detect but this helps)
sonar.language=rust

# Encoding
sonar.sourceEncoding=UTF-8

# Host URL (local instance)
sonar.host.url=http://localhost:9000

# Rust plugin configuration
community.rust.clippy.reportPaths=clippy-report.json
community.rust.lcov.reportPaths=lcov.info