Skip to content

Commit

Permalink
chore: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Oct 28, 2024
1 parent 4278658 commit 7845fa8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"words": [
"covector",
"lalrpop",
"noctisroll"
"noctisroll",
"TRPG"
]
}
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Noctisroll

A Text-based TRPG dice rolling system.

## Usage

```rust
use noctisroll::roll_dice;

let result = roll_dice("1d20+3")?;
```

0 comments on commit 7845fa8

Please sign in to comment.