Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 991 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 991 Bytes

Contributing

Welcome, and thanks for your interest in contributing!

Before submitting a pull request please make sure that your code follows the style guide.

Style Guide

Getting Started

Clone the repo and build, then test, format and lint your changes

git clone https://github.com/kruserr/rapiddb.git
cd rapiddb
cargo build

# Make your changes

cargo test
cargo +nightly fmt --all
cargo clippy --all-targets --all-features -- -Dwarnings

VS Code Extensions

If using VS Code as your IDE, install the following extensions for a reasonably good developer experience:

  • rust-lang.rust-analyzer
  • vadimcn.vscode-lldb