-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new CLI, stateless macro and struct redesign (#136)
- Loading branch information
1 parent
f91ead2
commit 92e57fb
Showing
60 changed files
with
3,209 additions
and
2,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ target/ | |
example/Cargo.lock | ||
bindings.json | ||
.DS_Store | ||
deno.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,4 @@ | ||
edition = "2021" | ||
max_width = 80 | ||
tab_spaces = 2 | ||
unstable_features = true | ||
condense_wildcard_suffixes = true | ||
newline_style = "Unix" | ||
use_field_init_shorthand = true | ||
use_try_shorthand = true | ||
imports_granularity = "Crate" | ||
group_imports = "StdExternalCrate" | ||
reorder_imports = true | ||
edition = "2021" | ||
imports_granularity = "Item" |
Oops, something went wrong.