rust-embed v8.12.0

#rust#proc-macro#http

git clone https://git.pyrossh.dev/rust-embed

rust macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev.


0e0946d — Peter John 2026-09-15T18:51:51+05:30
Rename symlinks and readme files to uppercase for consistency
impl/Cargo.toml CHANGED
@@ -2,7 +2,7 @@
2
2
  name = "rust-embed-impl"
3
3
  version = "8.12.0"
4
4
  description = "Rust Custom Derive Macro which loads files into the rust binary at compile time during release and loads the file from the fs during dev"
5
- readme = "readme.md"
5
+ readme = "README.md"
6
6
  documentation = "https://docs.rs/rust-embed"
7
7
  repository = "https://pyrossh.dev/repos/rust-embed"
8
8
  license = "MIT"
impl/LICENSE ADDED
@@ -0,0 +1 @@
1
+ ../LICENSE
impl/{readme.md → README.md} RENAMED
File without changes
impl/license DELETED
@@ -1 +0,0 @@
1
- ../license
utils/Cargo.toml CHANGED
@@ -2,7 +2,7 @@
2
2
  name = "rust-embed-utils"
3
3
  version = "8.12.0"
4
4
  description = "Utilities for rust-embed"
5
- readme = "readme.md"
5
+ readme = "README.md"
6
6
  documentation = "https://docs.rs/rust-embed"
7
7
  repository = "https://pyrossh.dev/repos/rust-embed"
8
8
  license = "MIT"
utils/LICENSE ADDED
@@ -0,0 +1 @@
1
+ ../LICENSE
utils/{readme.md → README.md} RENAMED
File without changes
utils/license DELETED
@@ -1 +0,0 @@
1
- ../license