~repos /rust-embed

#rust#proc-macro#http

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

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


e7a0398d Murad Bashirov

HEAD -> master

1 week ago
use extract::Path instead of manual handling in axum example
9cfad6fa pyrossh

1 month ago
typo: changelog date
604dc58a pyrossh

1 month ago
release v8.9.0
78ded35b zvolin

1 month ago
Ignore paths that couldn't be canonicalized
26d04c79 pyrossh

1 month ago
release v8.8.0
093fce0a LorrensP-2158466

1 month ago
fix export of RustEmbed macro
0c6bbaf1 pyrossh

6 months ago
v8.7.2: Update repo links to sub-packages
98407c58 pyrossh

7 months ago
release 8.7.1
7d5313d3 pyrossh

7 months ago
update formatting
cba24b8a pyrossh

7 months ago
improve docs
b8c122cd pyrossh

7 months ago
update readme
54216544 pyrossh

7 months ago
remove workflows
91d54812 pyrossh

7 months ago
update info
80b24a27 pyrossh

7 months ago
update README
ab55a843 pyrossh

7 months ago
update link to repo
d04e72ad pyrossh

7 months ago
rename readme
a9accda3 Peter John

7 months ago
add LICENSE
f292486b Peter John

7 months ago
v8.7.0
9b1dc2ae Peter John

8 months ago
Merge pull request #259 from daywalker90/fix-deterministic-release-build
e09d3401 daywalker90

8 months ago
add deterministic timestamps flag for deterministic builds
52179a4c Peter John

9 months ago
Merge pull request #258 from slowtec/update-to-axum-v0.8
4be481cd Markus Kohlhase

9 months ago
Update axum to v0.8.x
cbc2b18c Peter John

9 months ago
release v8.6.0
769f661b Peter John

9 months ago
Merge pull request #256 from lirannl/master
5655966b Liran Piade

9 months ago
Ensure examples/missing is missing
7275dfbc Liran Piade

9 months ago
Add unit test
439e72e9 Liran Piade

11 months ago
Don't change folder-not-found message
f4874638 Liran Piade

11 months ago
Revert irrelevant change to readme
097d1878 Liran Piade

11 months ago
Add allow_missing option to derive macro
2e690812 Peter John

11 months ago
Merge pull request #255 from hamirmahal/refactor/replace-map-unwrap-or-else
6ef52c61 Peter John

11 months ago
Merge pull request #253 from wkmyws/master
7ced6cd2 Hamir Mahal

11 months ago
refactor: replace `map().unwrap_or_else()`
f38c3995 SuperYY

11 months ago
Compatible with Axum 0.7.9
3ae5a2c2 Peter John

1 year ago
Update readme.md
0f77282b Peter John

1 year ago
Merge pull request #250 from hamirmahal/refactor/remove-redundant-reference-and-closure
55026353 Hamir Mahal

1 year ago
refactor: remove redundant reference and closure
edeab18b Peter John

1 year ago
Update readme.md
c25b1f7b pyrossh

1 year ago
fix tests
67377504 pyrossh

1 year ago
release v8.5.0
105fdfeb Peter John

1 year ago
Merge pull request #246 from krant/master
7ec554ea Peter John

1 year ago
Merge pull request #232 from Wulf/wulf/custom-crate-path
d426541c krant

1 year ago
Update include-flate to 0.3
e1f172ee Haris Khan

1 year ago
Allow users to specify a custom path to the rust_embed crate in generated code
07455675 pyrossh

1 year ago
increase minimum rust-version to v1.7.0.0
4e605255 pyrossh

1 year ago
v8.4.0
362cea10 Peter John

1 year ago
Merge pull request #245 from pyrossh/fixes_222
ec83ecb3 pyrossh

1 year ago
chore: cargo warnings
4527045d pyrossh

1 year ago
lib: re-export RustEmbed as Embed
36bf70e1 Peter John

1 year ago
Merge pull request #244 from osiewicz/include-exclude-do-not-build-globs-repeatedly
133ce098 Piotr Osiewicz

1 year ago
perf: Do not build glob matchers repeatedly when include-exclude feature is enabled
1d17cae5 Peter John

1 year ago
Merge pull request #241 from ddfisher/master
4a2a281c Day Fisher

1 year ago
add small comment
4ac6f5b3 Day Fisher

1 year ago
add docs
a735c9e9 Peter John

1 year ago
Merge pull request #240 from costinsin/fix_expect
73dab7ba Costin-Robert Sin

1 year ago
Replace `expect` with a safer alternative that returns `None` instead
f7c7268a Peter John

1 year ago
Merge pull request #239 from smoelius/patch-1
36cd42c0 Samuel Moelius

1 year ago
Eliminate unnecessary `to_path` call
287a73fe Day Fisher

1 year ago
Add metadata_only to dynamic mode; add test
9c65ce09 Day Fisher

1 year ago
simple metadata_only
c2693827 Peter John

1 year ago
Merge pull request #237 from dimfeld/dimfeld-patch-1
39d1145c Daniel Imfeld

1 year ago
Fix typo in changelog.md
baa8e736 pyrossh

1 year ago
v8.3.0
02469a4d Peter John

1 year ago
Merge pull request #235 from Buckram123/symlinks-does-not-work-in-debug
23c8cbf2 Buckram

1 year ago
add symlink traversal attack test
e7c5447d Buckram

1 year ago
add todo
639ec4dc Buckram

1 year ago
found better function
42bb1fee Buckram

1 year ago
format
249ee3c8 Buckram

1 year ago
tests fixes
47e1f89c Buckram

1 year ago
Fixed symlinks in debug mode
f0996283 Buckram

1 year ago
fmt
895e611c Buckram

1 year ago
symlinks does not work in debug mode
ed8faec3 pyrossh

1 year ago
v8.2.0
786d0187 Peter John

1 year ago
Merge pull request #230 from hwittenborn/naming-collision
75a0093b Hunter Wittenborn

1 year ago
Fix clippy lints
6bed3e6c Hunter Wittenborn

1 year ago
Fix naming collisions in macros
253340f3 Peter John

1 year ago
Merge pull request #227 from slowtec/update-axum
5fe13a57 Markus Kohlhase

1 year ago
Update axum to v0.7
774f2013 pyrossh

1 year ago
release v8.1.0
91899db7 Peter John

2 years ago
Merge pull request #225 from ngalaiko/master
d308513c Nikita Galaiko

2 years ago
include created into file metadata
207d1be6 Peter John

2 years ago
Merge pull request #220 from wyatt-herkamp/master
7a14d89d Wyatt Herkamp

2 years ago
Move Panics to Compile Errors, Update shellexpand, and remove deprecated feature from rustfmt.toml
ea7de475 Peter John

2 years ago
Merge pull request #218 from Samet195/master-1
ea7be21f Samet Arık

2 years ago
Changed the "items" constant to UPPER_CASE
bc81e374 Peter John

2 years ago
Update readme to latest version
f48d06af pyrossh

2 years ago
Set minimum supported rust version to v1.60.0
8b194437 pyrossh

2 years ago
v8.0.0
c286171b Peter John

2 years ago
Merge pull request #217 from osiewicz/binary_search_by_path
01a4457d Piotr Osiewicz

2 years ago
Fix test failures (mostly under 'compression' feature).
ce93f7e5 Piotr Osiewicz

2 years ago
feat: Store file contents statically and use binary search for lookup.
1623d294 Peter John

2 years ago
Merge pull request #214 from Chtau/const_upper_snake_case
2f877845 Christoph Taucher

2 years ago
change const to upper case
a1f5565d Peter John

2 years ago
Merge pull request #213 from hongquan/feature/shorter-axum
2c88c439 Nguyễn Hồng Quân

2 years ago
Fix code format
7f1de531 Nguyễn Hồng Quân

2 years ago
Shorter example code for axum
494d979f pyrossh

2 years ago
v6.8.1
1fb92450 Peter John

2 years ago
Merge pull request #212 from osiewicz/issue-182/include_flate_0.2
826d67fb Piotr Osiewicz

2 years ago
Pass relative paths to include_flate. Disallow use of absolute paths with compression feature on.
14ec0156 pyrossh

2 years ago
v6.8.0
292380f0 pyrossh

2 years ago
update changelog
a37527e2 pyrossh

2 years ago
v6.7.0
e956a1ed Peter John

2 years ago
Merge pull request #211 from smoelius/syn-2
bcc37add Samuel Moelius

2 years ago
Upgrade to `syn` 2.0
64ec5a7a Peter John

2 years ago
Update readme.md
880610db Peter John

2 years ago
Update readme.md
16050362 Peter John

2 years ago
release v6.6.1
fe35dbdc Peter John

2 years ago
release v6.6.0
d64c02c4 Peter John

2 years ago
Merge pull request #207 from NfNitLoop/patch-1
7eafc915 Cody Casterline

2 years ago
Fix #206
7c0fc42f Mark Drobnak

2 years ago
Merge pull request #203 from BBaoVanC/static-mime-guess
ad862f56 BBaoVanC

2 years ago
Reformat
0bb1f1c4 BBaoVanC

2 years ago
Rewrite mimetype interpolation
6afa7480 BBaoVanC

2 years ago
Don't need to run mimetype through quote!
f4b0d815 BBaoVanC

2 years ago
No need to use ToString on Metadata::mimetype()
f4ef0c74 BBaoVanC

2 years ago
Make Metadata::mimetype return &str
227c4e09 BBaoVanC

2 years ago
Add test to actions and fix it in release mode
d904123f BBaoVanC

2 years ago
Add tests
29ebae9a BBaoVanC

2 years ago
Fix compilation with mime-guess feature disabled
527baaee BBaoVanC

2 years ago
Don't duplicate the entire __rust_embed_new function
e43967d9 BBaoVanC

2 years ago
Run rustfmt
8d4838e1 BBaoVanC

2 years ago
Add mime-guess feature to store mimetype as metadata
f5dd61b4 Peter John

2 years ago
Merge pull request #201 from DusterTheFirst/axum-fix
53a12dbc Peter John

2 years ago
Merge pull request #202 from DusterTheFirst/salvo-fix
121835e7 Zachary Kohnen

2 years ago
Add salvo example to Cargo.toml
daf60e97 Zachary Kohnen

2 years ago
Fix failing axum-spa example
f207a831 Peter John

3 years ago
Merge pull request #199 from davidpdrsn/axum-0.6.0
0ef4f291 David Pedersen

3 years ago
Update to axum 0.6.0
0c0794bb Peter John

3 years ago
Merge pull request #197 from jaztec/revert-193-master
252afab3 Jasper van Herpt

3 years ago
Revert "Add is_dir helper function to metadata"
3177a27f Peter John

3 years ago
Revert "v6.5.0"
26f8b537 Peter John

3 years ago
v6.5.0
00066480 Peter John

3 years ago
Merge pull request #193 from jaztec/master
88b94eab Jasper van Herpt

3 years ago
Get directory entries in release builds as well
d1843470 Jasper van Herpt

3 years ago
Fetch metadata when a folder is fetched instead of a file
f88e699a Jasper van Herpt

3 years ago
Remove unused import
dacbdc3c Jasper van Herpt

3 years ago
Make sure it is provided at the correct place
a4af5644 Jasper van Herpt

3 years ago
Run cargo fmt
86d7f802 Jasper van Herpt

3 years ago
Extend property to macro
f7605ebe Jasper van Herpt

3 years ago
Add notion of `is_dir` to README
38274263 Jasper van Herpt

3 years ago
Add `is_dir` function to the file metadata structure
d3c2a929 Peter John

3 years ago
v6.4.2
110d412e Peter John

3 years ago
Merge pull request #191 from pyrossh/tweak/fail-if-include-exclude-not-enabled
d41db441 Mark Drobnak

3 years ago
Fail the proc macro if include/exclude are used without the feature
40598944 Peter John

3 years ago
Merge pull request #188 from madmo/master
ee262051 Moritz Bitsch

3 years ago
Add support for SOURCE_DATE_EPOCH
7ae3cac1 Peter John

3 years ago
v6.4.1 update sha2 dependency
ae15c131 Mark Drobnak

3 years ago
Merge pull request #184 from frederikhors/add-axum-spa-example
b5e57f1e frederikhors

3 years ago
use Response everywhere
65d00423 frederikhors

3 years ago
use Response
20c6c7fc frederikhors

3 years ago
use path only
3fc67976 frederikhors

3 years ago
upd assets dir
00d74dbf frederikhors

3 years ago
register in Cargo.toml; move main.rs in example root
799c0a91 frederikhors

3 years ago
remove Cargo.toml and .gitignore
3a2b677f frederikhors

3 years ago
remove unnecessary `to_string()`
4ab417b4 frederikhors

3 years ago
remove redundant mime_guess import
b6b17c21 frederikhors

3 years ago
add axum-spa example
29b4ebe0 Peter John

3 years ago
Update readme.md
f06863e0 Peter John

3 years ago
Fix false positive cargo pants vulnerability
13bdf24f Mark Drobnak

3 years ago
Merge pull request #179 from acim/feature/bump-deps
770fbef9 Boban Acimovic

3 years ago
bump deps
451568cd Peter John

3 years ago
Merge pull request #175 from pyrossh/update/actix-4.0
de8830ce Mark Drobnak

3 years ago
Update Actix Web to 4.0
ef6e84b9 Peter John

3 years ago
Update readme.md
9a3bffa9 Peter John

3 years ago
v6.4.0
9585e1df Peter John

3 years ago
Merge pull request #173 from apognu/dev/reproducible-ordering
5574de9c Antoine POPINEAU

3 years ago
Sort directory entries by file name to provide consistent ordering in embedded entries.
a1f9a0b3 Antoine POPINEAU

3 years ago
Fix example to work on current version of poem.
74a3e07c Peter John

3 years ago
Merge pull request #169 from robertwayne/axum-example-fix
2846da94 Rob

3 years ago
Corrected route matching on axum example
7ab05903 Peter John

3 years ago
Merge pull request #167 from lopopolo/lopopolo/remove-syn-features
367db9c6 Ryan Lopopolo

3 years ago
Remove `syn` features that are not required
9df099dd Peter John

3 years ago
Merge pull request #166 from fergus-hou/add-salvo
ff1bf2f8 Fergus Hou

3 years ago
Add savlo support
5a0a27cc Peter John

3 years ago
Merge pull request #165 from chanble/fix164
a4423fa0 chanble

3 years ago
fix poem example error
fba378e1 Peter John

3 years ago
Merge pull request #162 from pyros2097/update/rocket-example
dba3f53e Peter John

3 years ago
Merge branch 'master' into update/rocket-example
17ea0fd5 Peter John

3 years ago
Merge pull request #163 from pyros2097/update/axum-example
bd942230 AzureMarker

3 years ago
Add axum to CI
a8d0627f AzureMarker

3 years ago
Update Axum example to 0.4
6477b2ac AzureMarker

3 years ago
Include Rocket example in CI and remove nightly requirement
3a6139a8 AzureMarker

3 years ago
Update Rocket to 0.5.0-rc.1 along with the example
6aafae61 Peter John

4 years ago
v6.3.0
51ee3fa6 Peter John

4 years ago
Merge pull request #160 from pyros2097/fix/path-traversal-attack
e1720ce3 AzureMarker

4 years ago
Prevent path traversal attacks in debug mode
34299eb1 Peter John

4 years ago
Merge pull request #156 from ay524/use-globset
a6144be0 Ahmad Yasser

4 years ago
bump globset to v0.4.8
e3038b71 Ahmad Yasser

4 years ago
use globset instead of glob
524927fb Peter John

4 years ago
Merge pull request #155 from lazywalker/master
744cb6a6 lazywalker

4 years ago
add example of poem
71d66a06 Mark Drobnak

4 years ago
Merge pull request #149 from lazywalker/master
a6ac30cd lazywalker

4 years ago
bump warp to 0.3, tokio to 1.0
0d927381 Peter John

4 years ago
Merge pull request #152 from atouchet/badge
6fe143e6 Alex Touchet

4 years ago
Fix crates.io badge
28a0b8b6 lazywalker

4 years ago
use tokio-1 with axum demo use rename-dependency to keep multi version of tokio
b7ff1434 lazywalker

4 years ago
fix the 404 and broken images of index.html
5d9df8de Peter John

4 years ago
v6.2.0
2a1e14f0 Peter John

4 years ago
Merge pull request #151 from pyros2097/fix/resolver-v2
ba611a02 AzureMarker

4 years ago
Enable the util crate's include-exclude feature when necessary
c343cd50 lazywalker

4 years ago
intro to show how to run the axum example
282e71fe lazywalker

4 years ago
add example of axum
5795ee40 Peter John

4 years ago
v6.1.0
b65b10d5 Mark Drobnak

4 years ago
Merge pull request #148 from mbme/master
c3fb0c4e mbme

4 years ago
apply changes suggested in PR
ddf29925 mbme

4 years ago
apply PR suggestions and address clippy warnings
aa8483be mbme

4 years ago
implement support for multiple include/exclude glob attributes
d6454eab Peter John

4 years ago
v6.0.1
d448b57b Peter John

4 years ago
Merge pull request #146 from orhun/master
3c2a0424 orhun

4 years ago
Add doc comments to macro generated functions (#145)
c530a6ce Peter John

4 years ago
update readme
253240a4 Peter John

4 years ago
v6.0.0
894f3819 pyros2097

4 years ago
Merge pull request #143 from pyros2097/tweak/update-outdated-docs
d0336a67 AzureMarker

4 years ago
Update documentation with EmbeddedFile changes
59dad3da pyros2097

4 years ago
Merge pull request #142 from pyros2097/feature/file-metadata
970837f2 AzureMarker

4 years ago
Fix rocket example index page
abf8c849 AzureMarker

4 years ago
Move sha2 into dev-dependencies of rust-embed
d291ad15 AzureMarker

4 years ago
Add tests and more documentation for file metadata
2cc36e30 AzureMarker

4 years ago
Fix backwards compression codegen
2cecab75 AzureMarker

4 years ago
Add support for embedded file metadata
bd7b743e pyros2097

4 years ago
Merge pull request #141 from pyros2097/remove-license-file
596c2839 AzureMarker

4 years ago
Remove the license-file Cargo.toml setting
c3b70848 Peter John

4 years ago
Goodbye cool screenshots of my terminal 😭
5ccd807d Mark Drobnak

4 years ago
Merge pull request #136 from fhoehle/add_license_file_to_crate
1952ef0c fhoehle

4 years ago
add license file to crate
8ddb02fa Mark Drobnak

4 years ago
Merge pull request #134 from billyb2/master
537fbeb0 William Batista

4 years ago
Fixed formatting issue
07e32fcb William Batista

4 years ago
Forbid unsafe code
dddf71c8 pyros2097

4 years ago
v5.9.0 readme
cdb6501c pyros2097

4 years ago
v5.9.0
b3d8cb00 Peter

4 years ago
Merge pull request #133 from pyros2097/feature/prefix
3223b6b5 Mcat12

4 years ago
Undo the renaming of a function param
2ea69bc8 Mcat12

4 years ago
Format prefix tests
3db19b9c Mcat12

4 years ago
Document the prefix attribute
71637d93 Mcat12

4 years ago
Support a prefix annotation
8e0bbe92 pyros2097

4 years ago
update readme version
9ece1fc8 pyros2097

4 years ago
bump version to 5.8.0
f5b99ffc Peter John

4 years ago
Merge pull request #129 from paolobarbolini/syn-compat
b69ce28d Paolo Barbolini

4 years ago
Fix compiling with latest version of syn
62f6ff39 Peter John

4 years ago
Update build status
eb58829b pyros2097

4 years ago
bump version to 5.7.0
83eaed49 Peter John

4 years ago
Merge pull request #125 from djmarcin/master
0f225832 Peter John

5 years ago
Merge branch 'master' into master
b3a4a1aa Peter John

5 years ago
Run actions on pr
d4dc6f73 David Marcin

5 years ago
Fix feature flag typo
4d06e326 David Marcin

5 years ago
Bazel compatibility
12771515 Mark Drobnak

5 years ago
Merge pull request #123 from cuviper/actix-web-3
910f4f35 Josh Stone

5 years ago
Use actix_web::main instead of actix_rt
bf42a46f Josh Stone

5 years ago
Upgrade to actix-web 3
6d48b6e3 Mark Drobnak

5 years ago
Merge pull request #121 from trevyn/patch-1
ec26b7e1 Eden

5 years ago
Change URL to `https` for meritbadge.herokuapp.com
23d6b3d8 Peter John

5 years ago
Merge pull request #120 from pyros2097/v5.6.0
5af7d6d7 Peter John

5 years ago
Merge branch 'master' into v5.6.0
58b60b3d pyros2097

5 years ago
release v5.6.0
2c0015b0 Peter John

5 years ago
Merge pull request #119 from pyros2097/actions
97d355ec pyros2097

5 years ago
rustfmt: remve unstable_features
a14a51c5 Peter John

5 years ago
Merge branch 'master' into actions
d5129ec5 pyros2097

5 years ago
actions: rename check too format
e2dca5e8 pyros2097

5 years ago
move nightly to a single matrix
eb42d494 pyros2097

5 years ago
fix cargo fmt add check job
29eefde3 pyros2097

5 years ago
use actions-rs/toolchain@v1
3115af1f pyros2097

5 years ago
handle nightly failures and move release builds to the bottom
e2b52382 pyros2097

5 years ago
fix test command
88027902 pyros2097

5 years ago
use github actions for CI
69842842 Peter John

5 years ago
Merge pull request #113 from pyros2097/renovate/rust-rocket-0.x
0fe343e6 Peter John

5 years ago
Merge branch 'master' into renovate/rust-rocket-0.x
fc65a881 Peter John

5 years ago
Merge pull request #118 from CAD97/patch-1
c3940f87 Christopher Durham

5 years ago
This does work with the filesystem
1dfe2c2d Christopher Durham

5 years ago
This isn't an http server implementation
5aad862c Renovate Bot

5 years ago
Update Rust crate rocket to 0.4.5
1ce92fa9 Peter John

5 years ago
Merge pull request #114 from pyros2097/renovate/rust-walkdir-2.x
fd54add3 Renovate Bot

5 years ago
Update Rust crate walkdir to 2.3.1
0e0db89f Peter John

5 years ago
Merge pull request #117 from pyros2097/fix/windows-path-separator
2e342784 Mcat12

5 years ago
Allow Windows-style path separator `\` in `RustEmbed::get`
07c59d08 Mark Drobnak

5 years ago
Merge pull request #112 from paolobarbolini/actix-example
b547dcb3 Paolo Barbolini

5 years ago
examples: improve actix-web example
8e401265 Peter John

5 years ago
Merge pull request #109 from ignatenkobrain/required-features
dc4d0fee Igor Raits

5 years ago
Specify required-features for examples/tests which require non-default features
d75c1ea9 Peter John

5 years ago
Merge pull request #107 from ignatenkobrain/master
db9dc173 Igor Raits

5 years ago
Add license file to the sub-crates
9c530ba1 pyros2097

5 years ago
Merge branch 'master' of github.com:pyros2097/rust-embed
6af0493a pyros2097

5 years ago
release v5.5.1
62fe6609 Peter John

5 years ago
Merge pull request #104 from cquintana-verbio/fix/clippy-verbose-file-reads
d59ed674 cquintana-verbio

5 years ago
Fix clippy::verbose_file_reads warning in nightly
46b5c016 pyros2097

5 years ago
release v5.5.0
5d5ae812 Peter John

5 years ago
Merge pull request #101 from pyros2097/fix/relative-path-resolution
686d5664 Mark Drobnak

5 years ago
Merge branch 'master' into fix/relative-path-resolution
4ae23085 Mcat12

5 years ago
Use to_str instead of to_string_lossy
3e0ed685 Mark Drobnak

5 years ago
Merge pull request #102 from paolobarbolini/warp-fix
cdb46da3 Paolo Barbolini

5 years ago
Fix warp example
ac98c794 Mcat12

5 years ago
Update changelog
36b5e6e5 Mcat12

5 years ago
Root relative paths using CARGO_MANIFEST_DIR
f87dd289 pyros2097

5 years ago
release v5.4.0
d476f3e0 Peter John

5 years ago
Merge pull request #100 from paolobarbolini/improvements
4a625c42 Paolo Barbolini

5 years ago
cargo: update shellexpand
e216e133 Paolo Barbolini

5 years ago
ci: use travis' default Rust settings
d4c824d4 Paolo Barbolini

5 years ago
examples: reduce compile times by disabling default features
faef00db Paolo Barbolini

5 years ago
examples: update warp to 0.2
a1865f7f Paolo Barbolini

5 years ago
examples: update actix-web to 2.0
eb42c093 Paolo Barbolini

5 years ago
rustc: upgrade to the 2018 edition
79e6baf4 Paolo Barbolini

5 years ago
cargo: make impl and utils part of the same workspace
c4755ca3 Paolo Barbolini

5 years ago
clippy: fix warnings
d7c60d33 Paolo Barbolini

5 years ago
examples: import RustEmbed directly instead of using #[macro_use]
14d3817b Paolo Barbolini

5 years ago
readme: add the warp example
b28d36b8 pyros2097

5 years ago
update readme
cd459f56 pyros2097

5 years ago
release v5.3.0
647cc1b4 Peter John

5 years ago
Merge pull request #98 from pyros2097/tweak/document-compression
01e8212e Mcat12

5 years ago
Document the compression feature and add to CI
1e7147e1 Peter John

5 years ago
Merge pull request #97 from pyros2097/feature/compression
76b17096 Mcat12

5 years ago
Hide the flate macro from docs
38da804c Mcat12

5 years ago
Add compression feature with include_flate
0dda9198 pyros2097

6 years ago
v5.2.0 for real now :( :(
1342ebc0 pyros2097

6 years ago
release v5.2.0 again :(
f141dec8 pyros2097

6 years ago
release v5.2.0
10e0643f Peter John

6 years ago
Merge pull request #92 from paolobarbolini/fix-rustfmt
c3fab701 Peter John

6 years ago
Merge branch 'master' into fix-rustfmt
caf490bd Peter John

6 years ago
Merge pull request #93 from paolobarbolini/update-syn
7b777a69 Paolo Barbolini

6 years ago
Fix rustfmt.toml
2644963e Paolo Barbolini

6 years ago
Update to syn 1.x
9f7aa882 Mark Drobnak

6 years ago
Merge pull request #91 from paolobarbolini/update-deps1
24737392 Paolo Barbolini

6 years ago
Update dependencies for examples
5d983bd5 Mark Drobnak

6 years ago
Merge pull request #81 from pyros2097/tweak/shell-expand-help-message
50614ebf Peter John

6 years ago
Merge branch 'master' into tweak/shell-expand-help-message
aca235a0 Peter John

6 years ago
Merge pull request #89 from pyros2097/tweak/readme-interoplate-folder-path
79df0640 Mcat12

6 years ago
Run rustfmt
ff99a581 Mark Drobnak

6 years ago
Document the interpolate-folder-path feature
9e5bda6c Mcat12

6 years ago
Fix mime_guess error in Warp example
1385925a Mcat12

6 years ago
Show a help message if the folder was not found and includes a variable
dfc6e7d1 Peter

6 years ago
Create FUNDING.yml
01d1ddaf pyros2097

6 years ago
release v5.1.0
f44b950b pyros2097

6 years ago
bump version to v5.1.0
b953a289 pyros2097

6 years ago
update impl to v5.1.0
18af2a48 Peter

6 years ago
Merge pull request #75 from pyros2097/fix/util-debug-import-error
deb213a0 Mcat12

6 years ago
Fix import error due to #71
aff2630c Peter

6 years ago
Merge pull request #73 from pyros2097/v5.0.1
cf77c652 pyros2097

6 years ago
update changelog
08d9c254 pyros2097

6 years ago
v5.0.1 release
67e956ce pyros2097

6 years ago
Merge branch 'master' into v5.0.1
2d0ab0a0 pyros2097

6 years ago
v5.0.1 - impl
34649856 pyros2097

6 years ago
v5.0.1
67b31bbb Peter

6 years ago
Merge pull request #72 from pyros2097/v5.0.0
510f9b10 pyros2097

6 years ago
bump libs version to 5.0.0 also
cd8d591c pyros2097

6 years ago
release v5.0.0
af538b52 Peter

6 years ago
Merge pull request #71 from AletiCodes/utils-fix
21f5f510 Aleti

6 years ago
Fixes based on comments received
2cf5ab28 Aleti

6 years ago
Re-doing it a bit so tests & examples both work.
03e7ed7c Aleti

6 years ago
Move utils to their own package
e269d1c5 Mark Drobnak

6 years ago
Merge pull request #70 from pyros2097/fix/better-error-messages
288cd683 Mcat12

6 years ago
Improve error messages when deriving on enum or struct with atttributes
7c95bd1d pyros2097

6 years ago
release v4.5.0
b31a8f2a pyros2097

6 years ago
update changelog
be85dd94 pyros2097

6 years ago
Merge branch 'master' of github.com:pyros2097/rust-embed
30689574 pyros2097

6 years ago
v4.5.0
643650ed Mark Drobnak

6 years ago
Merge pull request #69 from pyros2097/renovate/rust-rocket-0.x
d71042ad Renovate Bot

6 years ago
Update Rust crate rocket to v0.4.2
db3d1362 Peter

6 years ago
Merge pull request #67 from lopopolo/env-vars-in-folder-path
ced3e1a4 Ryan Lopopolo

6 years ago
Run test in appveyor
f29f16c3 Ryan Lopopolo

6 years ago
Run test in travis
c7b12c89 Ryan Lopopolo

6 years ago
fixup test
806f43e0 Ryan Lopopolo

6 years ago
revert explicitly enumerated examples and tests
4b19359e Ryan Lopopolo

6 years ago
Fix doctest build failures on nightly
07a1135d Ryan Lopopolo

6 years ago
Enumerate examples to require features
ccc650bd Ryan Lopopolo

6 years ago
Enumerate tests in Cargo.toml to enable specific features
e327b2d2 Ryan Lopopolo

6 years ago
Add test for Asset struct with interpolated path
c7c2b8fc Ryan Lopopolo

6 years ago
Add interpolate-folder-path feature to rust-embed Cargo.toml
f3cf632d Ryan Lopopolo

6 years ago
Interpolate environment variables in folder path
b51c27da Mark Drobnak

6 years ago
Merge pull request #49 from Tangent128/master
74744a7b Tangent 128

6 years ago
Make RustEmbed trait static
fd159578 Tangent 128

6 years ago
Optimization: don't box iterators in release mode
a283b903 Tangent 128

6 years ago
Impl the RustEmbed trait on asset types
663001dd Tangent 128

6 years ago
Define a trait describing the interface for embedded asset directories
f150d772 pyros2097

6 years ago
oops forgot the main package
b8526621 Peter

6 years ago
Merge pull request #63 from pyros2097/renovate/rust-rocket-0.x
0905c88f Renovate Bot

6 years ago
Update Rust crate rocket to v0.4.1
a198533b pyros2097

6 years ago
Merge branch 'master' of github.com:pyros2097/rust-embed
178e3c29 Peter

6 years ago
Update changelog.md
60b94eeb pyros2097

6 years ago
bump v4.4.0
01189b51 Peter

6 years ago
Merge pull request #62 from pyros2097/fix/doc-comment-panic
0b5a1c5c Mcat12

6 years ago
Fix panic when struct has doc comments
831f6eed Peter

6 years ago
Merge pull request #60 from D4nte/warp-example
0fb2054a Franck Royer

6 years ago
Add warp example
925dda79 Peter

6 years ago
Merge pull request #57 from pyros2097/renovate/rust-walkdir-2.x
0d9f0c80 Renovate Bot

6 years ago
Update Rust crate walkdir to v2.2.7
d1915a19 Peter

6 years ago
Merge pull request #56 from pyros2097/renovate/configure
01f00bba Renovate Bot

6 years ago
Add renovate.json
f168a2be Peter

6 years ago
Merge pull request #54 from Tangent128/rocket_4.0
c394b282 Tangent 128

6 years ago
Update rocket example to Rocket 0.4.0 so that it builds again.
7c35933f Peter

6 years ago
Update changelog.md
94cb0097 pyros2097

6 years ago
update readme
e616ab4f pyros2097

6 years ago
bump version to 4.3.0
f9feb1a9 Peter

6 years ago
Merge pull request #51 from vemoo/fix-debug-embed
0561ecc4 Bernardo

6 years ago
pass debug-embed feature to impl crate
34dabb93 Peter

7 years ago
Merge pull request #47 from vemoo/cow-opt
89d3274e Bernardo

7 years ago
bump version, update changelog and readme
087fb35a Bernardo

7 years ago
avoid panics in rocket example
6851ff01 Bernardo

7 years ago
return Cow to give user more flexibility
b11ef880 Peter

7 years ago
Update readme.md
e45dfe18 pyros2097

7 years ago
add readme
5b1c1f17 Peter

7 years ago
Merge pull request #46 from vemoo/path-join
83fd5e85 Bernardo

7 years ago
restore original folder resolution but leave path.join
72ec32c6 Peter

7 years ago
Merge pull request #45 from vemoo/list-files
1626073e Bernardo

7 years ago
bump minor version and complete readme
e411b7be Bernardo

7 years ago
no need for separate tests since implementations are the same
85fb10ee Bernardo

7 years ago
resolve files relative to working dir in debug
eeceaf9a Bernardo

7 years ago
fix symlink in appveyor
6e11b751 Bernardo

7 years ago
update readme
32a496df Bernardo

7 years ago
list files implementation create impl crate for proc_macro main crate reexports macro add utils.rs symlinked in both crates for code reuse export get_files method in main crate for use when in debug
b914b2b8 Peter

7 years ago
Merge pull request #44 from lukad/debug-embed
03ec2aa6 Luka Dornhecker

7 years ago
add debug-embed feature to allow embedding in debug builds
44e80818 Peter

7 years ago
Merge pull request #43 from lukad/cargo-fmt
2d655637 Luka Dornhecker

7 years ago
check cargo fmt on ci build
9059a4a0 Luka Dornhecker

7 years ago
format project using cargo fmt
41a4d0a4 Peter

7 years ago
Merge pull request #40 from vemoo/avoid-vec
dc0fae9f Bernardo

7 years ago
update readme and bump version
49357864 Bernardo

7 years ago
avoid vector allocation
fb2b653e Bernardo

7 years ago
rustfmt
21e0a175 pyros2097

7 years ago
Update readme.md
8f1216b8 pyros2097

7 years ago
Update readme.md
3c3c6bed pyros2097

7 years ago
Improve documentation a bit
f5ea0ec3 pyros2097

7 years ago
Merge pull request #39 from pyros2097/pyros2097-patch-1
50c74d5e pyros2097

7 years ago
Update changelog.md
2d945174 pyros2097

7 years ago
add appveyor badge
5f9f2de6 pyros2097

7 years ago
release v3.0.2
a4ec4045 pyros2097

7 years ago
Merge pull request #37 from vemoo/windows
c16212f0 Bernardo

7 years ago
reduce appveyor build matrix
1247b971 Bernardo

7 years ago
setup msys paths
1c9f81bf Bernardo

7 years ago
handle windows paths and add appveyor
3e640137 pyros2097

7 years ago
use strip_prefix closes #35
458a322f pyros2097

7 years ago
panic if folder does not exist closes #31
46d4c2ce pyros2097

7 years ago
Merge pull request #32 from Gowee/master
a23df270 Hung-I Wang

7 years ago
Improve actix-web example: set content-type, update actix-web to 0.7
e493f787 pyros2097

7 years ago
Closes #27 Again
8b2e6fab pyros2097

7 years ago
Closes #27
8b691714 pyros2097

7 years ago
Merge pull request #28 from Gowee/master
d80cbff3 Hung-I Wang

7 years ago
Complete the example for actix-web
a9058a11 pyros2097

7 years ago
Merge pull request #22 from Mcat12/fix/tests
f5a60c89 pyros2097

7 years ago
update readme
ed4b61d7 pyros2097

7 years ago
Merge branch 'master' into fix/tests
c52b10e8 pyros2097

7 years ago
update readme to specify v3.0.0
601b03d6 pyros2097

7 years ago
release v3.0.0
2f74da1a pyros2097

7 years ago
add contributor to changelog
217f0c49 pyros2097

7 years ago
update changelog
9761757d pyros2097

7 years ago
update changelog and readme
c329b109 Mcat12

7 years ago
Make each CI command separate
dd33060f Mcat12

7 years ago
Only run the integration tests in `lib.rs`
02e6404d pyros2097

7 years ago
improve println message and add bigger file to images
b36c90fc pyros2097

7 years ago
remove rouille and fern and add actix-web
4ef3a1d4 pyros2097

7 years ago
Merge pull request #20 from Mcat12/feature/stable-rust
306ff0e2 pyros2097

7 years ago
Merge branch 'master' into feature/stable-rust
dad74ef0 pyros2097

7 years ago
Merge pull request #21 from Mcat12/tweak/remove-log
10a58961 pyros2097

7 years ago
Merge pull request #19 from Mcat12/tweak/gitignore
c5d664e7 Mcat12

7 years ago
Remove log from the dependencies
8fcad8aa Mcat12

7 years ago
Remove extra --tests from CI
0affe1d8 Mcat12

7 years ago
Missed some `cargo clean`'s
07baa11f Mcat12

7 years ago
Fix travis yaml again and actually use the cache
2ca02185 Mcat12

7 years ago
Fix travis yaml
41b5a2dd Mcat12

7 years ago
Move the rocket behind a feature flag to run tests on stable
d626eb41 Mcat12

7 years ago
Change version in travis from 1.26 to stable
547bcc09 Mcat12

7 years ago
Compile on stable Rust versions
e0820704 Mcat12

7 years ago
Ignore editor files
b943f43f pyros2097

7 years ago
Remove unneccessary links to my other projects
1cf49abf pyros2097

7 years ago
fix changelog userprofile links
2d41ba6f pyros2097

7 years ago
release 2.0.0
1a795b49 pyros2097

7 years ago
Merge pull request #16 from lukad/use-include-bytes
3752341e Luka Dornhecker

7 years ago
use include_bytes
5144db96 pyros2097

7 years ago
Merge pull request #12 from Mcat12/fix/log-macro-usage
693408db pyros2097

7 years ago
Merge pull request #13 from Mcat12/fix/debug-use-statements
ad3f790b pyros2097

7 years ago
Merge pull request #11 from Mcat12/fix/remove-cargo-lock
c952c5a0 Mcat12

7 years ago
Move the debug mode use statments into `get`
7b5bbdb4 Mcat12

7 years ago
Use standard logging in debug mode
3ef0ee7a Mcat12

7 years ago
Add Cargo.lock to .gitignore
ac96d40f pyros2097

7 years ago
remove logger
5d69b283 pyros2097

7 years ago
add proper log when compiling files in release
3bee74ef pyros2097

7 years ago
fix help message
075637cd pyros2097

7 years ago
fix help message
0fd4ff2b pyros2097

7 years ago
fix release bundling and release v1.1.0
89b83a82 pyros2097

7 years ago
add dev version of custom derive macro
63512550 pyros2097

7 years ago
add logging in example
46e64b3d pyros2097

7 years ago
add badges
fe5ece67 pyros2097

7 years ago
release 0.5.2
84f1294c pyros2097

7 years ago
Merge pull request #9 from jgrowl/master
00e57eba Jonathan Rowlands

7 years ago
Uses $crate variable so embed! works in external macros
ad489ebe pyros2097

7 years ago
tes only on nightly for now
b05f90c3 pyros2097

7 years ago
release 0.5.1
8d722d3e pyros2097

7 years ago
update readme
582feaba pyros2097

7 years ago
update redme
3824aa16 pyros2097

7 years ago
Merge branches 'master' and 'master' of github.com:pyros2097/rust-embed
a398d880 pyros2097

7 years ago
update readme
df3b84d8 pyros2097

7 years ago
release 0.5.0
1164bd35 pyros2097

7 years ago
improve  embed and rocket example
aec2df0f pyros2097

7 years ago
fix content type issues
44533ec6 pyros2097

7 years ago
add rocket example
051375a1 pyros2097

7 years ago
Update readme.md
f425055b pyros2097

7 years ago
expose generate assets again
7b884351 pyros2097

7 years ago
update logs
ac35a268 pyros2097

7 years ago
fix registry problem
248743a9 pyros2097

7 years ago
Merge branch 'master' of github.com:pyros2097/rust-embed
95a6c79e pyros2097

7 years ago
fix typo
3ce5d7bd pyros2097

7 years ago
make plugin again
1a712729 pyros2097

7 years ago
make it proc
b4c45a55 pyros2097

7 years ago
change lib name
63f22834 pyros2097

7 years ago
add lib export
af0ee5fe pyros2097

7 years ago
Update readme.md
84583c8a pyros2097

7 years ago
Update readme.md
a5b435dd pyros2097

7 years ago
Update .travis.yml
afca7d59 pyros2097

7 years ago
Create .travis.yml
b189cbe6 pyros2097

7 years ago
Update readme.md
ac40a183 pyros2097

7 years ago
fix cargo checks
5a7a548d pyros2097

7 years ago
get impl working
26bf2b61 pyros2097

7 years ago
0.3.0 initial commit
a9b0dfa9 pyros2097

7 years ago
Update README.md
e65ae2ae pyros2097

7 years ago
Update README.md
30239788 pyros2097

7 years ago
Merge pull request #7 from AlexW-GH/master
612610ae AlexW-GH

7 years ago
add #![allow(unknown_lints)]
7ca262cb AlexW-GH

7 years ago
Add #![allow(clippy)] to generated file
d95cf309 pyros2097

8 years ago
fix hyper version
7271b0ef pyros2097

8 years ago
fix docs
f36533df pyros2097

8 years ago
make it publish ready
87e6c4f8 pyros2097

8 years ago
Fix http example
c5943eaf pyros2097

8 years ago
Fix Readme example
e74a7905 pyros2097

8 years ago
Improve docs
79a5519b pyros2097

8 years ago
Merge pull request #5 from msmith491/list-function
7ca3dd13 Matt Smith

8 years ago
Adding asset listing function
109d107a pyros2097

8 years ago
Merge pull request #4 from msmith491/name-fix
0b14084a pyros2097

8 years ago
Merge branch 'master' into name-fix
4b659678 pyros2097

8 years ago
Merge pull request #2 from hhatto/use-same-file-name
6cd870fe Matt Smith

8 years ago
Fixing bug in filenames with dashes
73591efa pyros2097

9 years ago
Update README.md
7cc08bff pyros2097

9 years ago
Update README.md
3e1df30f Hideo Hattori

9 years ago
use file of the same name
d0933af5 pyros2097

9 years ago
Update README.md
05585237 pyros2097

10 years ago
Update README.md
cba17f26 Peter John

10 years ago
Make it work
7177135f Peter John

10 years ago
initial commit
48814079 pyros2097

10 years ago
Initial commit