Metadata-Version: 2.4
Name: lldb-rust-pretty
Version: 0.2.0
Summary: A pretty printer for Rust types in LLDB
Author-email: oneofthezombies <hunhoekim@gmail.com>
License-File: LICENSE
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# LLDB Rust Pretty

## Contributing

### Git Commit Messages

- Use [Gitmoji](https://gitmoji.dev/) for commit messages, but write the emoji as a **code format** (e.g., `:bug:`) rather than the actual emoji.
- Leave a single space after the emoji code before writing the commit title.
- Example:

  ```bash
  git commit -m ":bug: Fix an issue with formatting"
  ```

- To make adding emoji codes easier, you can use the [Gitmoji CLI](https://github.com/carloscuesta/gitmoji-cli):
  ```bash
  gitmoji -c
  ```
