Skip to content

Commit

Permalink
docs: update tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Sep 10, 2024
1 parent 9651339 commit 47528c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# vex-libunwind

> High-level Rust bindings for libunwind on VEX V5 robots
> Idiomatic Rust bindings for libunwind on VEX V5 robots
2 changes: 1 addition & 1 deletion packages/vex-libunwind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "vex-libunwind"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "High-level Rust bindings for libunwind on VEX V5 robots"
description = "Idiomatic Rust bindings for libunwind on VEX V5 robots"
keywords = ["vex", "v5", "unwind", "libunwind", "backtrace"]
categories = ["api-bindings", "embedded", "science::robotics", "no-std"]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion packages/vex-libunwind/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! High-level Rust bindings for libunwind on VEX V5 robots
//! Idiomatic Rust bindings for libunwind on VEX V5 robots
#![no_std]

use core::{cell::RefCell, mem::MaybeUninit};
Expand Down

0 comments on commit 47528c1

Please sign in to comment.