Skip to content

Commit

Permalink
upgrade to new python loader engine
Browse files Browse the repository at this point in the history
  • Loading branch information
vladNed committed Aug 6, 2023
1 parent 106f0c3 commit 355b45b
Show file tree
Hide file tree
Showing 11 changed files with 333 additions and 841 deletions.
31 changes: 30 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jones"
version = "0.1.4"
version = "0.2.0"
authors = ["Vlad Nedelcu <vlad.nedelcu@evozon.com>"]
license = "MIT"
edition = "2018"
Expand All @@ -12,6 +12,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
walkdir = "2.3.1"
regex = "1.5.5"
ansi_term = "0.12.1"
structopt = "0.3.13"
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ $ jones Tool ~/band_project

Output:
```bash
# Class :: [Board]

Tic Tac Toe board

# Class [Board]
-------
*docstring: Tic Tac Toe board
* inherit -> Tool

# Methods
Expand Down
122 changes: 0 additions & 122 deletions src/joneslib/docstrings.rs

This file was deleted.

Loading

0 comments on commit 355b45b

Please sign in to comment.