54 lines
1.4 KiB
Text
54 lines
1.4 KiB
Text
---
|
|
source: tests/tests.rs
|
|
expression: websites
|
|
---
|
|
[
|
|
("-", Website(
|
|
name: "ThetaDev",
|
|
created_at: (2023, 49, 16, 30, 0, 0, 0, 0, 0),
|
|
updated_at: (2023, 49, 16, 30, 0, 0, 0, 0, 0),
|
|
latest_version: Some(2),
|
|
color: Some(2068974),
|
|
visibility: featured,
|
|
source_url: None,
|
|
source_icon: None,
|
|
vid_count: 2,
|
|
has_icon: false,
|
|
)),
|
|
("rustypipe", Website(
|
|
name: "RustyPipe",
|
|
created_at: (2023, 51, 18, 30, 0, 0, 0, 0, 0),
|
|
updated_at: (2023, 51, 18, 30, 0, 0, 0, 0, 0),
|
|
latest_version: Some(1),
|
|
color: Some(7943647),
|
|
visibility: featured,
|
|
source_url: Some("https://code.thetadev.de/ThetaDev/rustypipe"),
|
|
source_icon: Some(gitea),
|
|
vid_count: 1,
|
|
has_icon: false,
|
|
)),
|
|
("spa", Website(
|
|
name: "SvelteKit SPA",
|
|
created_at: (2023, 62, 22, 0, 0, 0, 0, 0, 0),
|
|
updated_at: (2023, 62, 22, 0, 0, 0, 0, 0, 0),
|
|
latest_version: Some(1),
|
|
color: Some(16727552),
|
|
visibility: hidden,
|
|
source_url: None,
|
|
source_icon: None,
|
|
vid_count: 1,
|
|
has_icon: false,
|
|
)),
|
|
("spotify-gender-ex", Website(
|
|
name: "Spotify-Gender-Ex",
|
|
created_at: (2023, 49, 16, 30, 0, 0, 0, 0, 0),
|
|
updated_at: (2023, 49, 16, 30, 0, 0, 0, 0, 0),
|
|
latest_version: Some(1),
|
|
color: Some(1947988),
|
|
visibility: featured,
|
|
source_url: Some("https://github.com/Theta-Dev/Spotify-Gender-Ex"),
|
|
source_icon: Some(github),
|
|
vid_count: 1,
|
|
has_icon: false,
|
|
)),
|
|
]
|