~repos /rust-embed

#rust#proc-macro#http

git clone https://pyrossh.dev/repos/rust-embed.git
Discussions: https://groups.google.com/g/rust-embed-devs

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


Files changed (1) hide show
  1. appveyor.yml +35 -35
appveyor.yml CHANGED
@@ -40,21 +40,21 @@ environment:
40
40
  # Stable 64-bit MSVC
41
41
  - channel: stable
42
42
  target: x86_64-pc-windows-msvc
43
- # Stable 32-bit MSVC
43
+ # # Stable 32-bit MSVC
44
- - channel: stable
44
+ # - channel: stable
45
- target: i686-pc-windows-msvc
45
+ # target: i686-pc-windows-msvc
46
- # Beta 64-bit MSVC
46
+ # # Beta 64-bit MSVC
47
- - channel: beta
47
+ # - channel: beta
48
- target: x86_64-pc-windows-msvc
48
+ # target: x86_64-pc-windows-msvc
49
- # Beta 32-bit MSVC
49
+ # # Beta 32-bit MSVC
50
- - channel: beta
50
+ # - channel: beta
51
- target: i686-pc-windows-msvc
51
+ # target: i686-pc-windows-msvc
52
- # Nightly 64-bit MSVC
52
+ # # Nightly 64-bit MSVC
53
- - channel: nightly
53
+ # - channel: nightly
54
- target: x86_64-pc-windows-msvc
54
+ # target: x86_64-pc-windows-msvc
55
- # Nightly 32-bit MSVC
55
+ # # Nightly 32-bit MSVC
56
- - channel: nightly
56
+ # - channel: nightly
57
- target: i686-pc-windows-msvc
57
+ # target: i686-pc-windows-msvc
58
58
 
59
59
  ### GNU Toolchains ###
60
60
 
@@ -62,26 +62,26 @@ environment:
62
62
  - channel: stable
63
63
  target: x86_64-pc-windows-gnu
64
64
  MSYS_BITS: 64
65
- # Stable 32-bit GNU
65
+ # # Stable 32-bit GNU
66
- - channel: stable
66
+ # - channel: stable
67
- target: i686-pc-windows-gnu
67
+ # target: i686-pc-windows-gnu
68
- MSYS_BITS: 32
68
+ # MSYS_BITS: 32
69
- # Beta 64-bit GNU
69
+ # # Beta 64-bit GNU
70
- - channel: beta
70
+ # - channel: beta
71
- target: x86_64-pc-windows-gnu
71
+ # target: x86_64-pc-windows-gnu
72
- MSYS_BITS: 64
72
+ # MSYS_BITS: 64
73
- # Beta 32-bit GNU
73
+ # # Beta 32-bit GNU
74
- - channel: beta
74
+ # - channel: beta
75
- target: i686-pc-windows-gnu
75
+ # target: i686-pc-windows-gnu
76
- MSYS_BITS: 32
76
+ # MSYS_BITS: 32
77
- # Nightly 64-bit GNU
77
+ # # Nightly 64-bit GNU
78
- - channel: nightly
78
+ # - channel: nightly
79
- target: x86_64-pc-windows-gnu
79
+ # target: x86_64-pc-windows-gnu
80
- MSYS_BITS: 64
80
+ # MSYS_BITS: 64
81
- # Nightly 32-bit GNU
81
+ # # Nightly 32-bit GNU
82
- - channel: nightly
82
+ # - channel: nightly
83
- target: i686-pc-windows-gnu
83
+ # target: i686-pc-windows-gnu
84
- MSYS_BITS: 32
84
+ # MSYS_BITS: 32
85
85
 
86
86
  ### Allowed failures ###
87
87