Skip to content

Commit

Permalink
Add initial Rust implementation of CLI spec parser and converter
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Feb 15, 2024
1 parent 230e2b6 commit c3ee5c7
Show file tree
Hide file tree
Showing 14 changed files with 2,633 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.nickel
/cli-spec.json
/target
4 changes: 4 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
blank_lines_upper_bound = 2
control_brace_style = "ClosingNextLine"
max_width = 80
tab_spaces = 2
Loading

0 comments on commit c3ee5c7

Please sign in to comment.