Skip to content

Commit

Permalink
feat(rust): ✨ derive + macro folders
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-labs committed Apr 7, 2024
1 parent 91f2eef commit 9407f6c
Show file tree
Hide file tree
Showing 8 changed files with 376 additions and 304 deletions.
1 change: 1 addition & 0 deletions icons-lc/rust/folder-rust-derive-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/rust/folder-rust-derive-open_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/rust/folder-rust-derive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/rust/folder-rust-derive_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/rust/folder-rust-macro-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons-lc/rust/folder-rust-macro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
666 changes: 362 additions & 304 deletions icons-lc/rust/~rust.ai

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/lucodear/icons/rust/folders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,12 @@ export const folders = lucodear('rust', [
name: 'cargo',
folderNames: ['cargo', '.cargo', 'crates', '.crates'],
},
{
name: 'rust-derive',
folderNames: ['derive', 'derives', 'derived'],
},
{
name: 'rust-macro',
folderNames: ['macros', 'macro'],
},
] as LucodearFolderIcon[]);

0 comments on commit 9407f6c

Please sign in to comment.