Skip to content

Commit dd72d97

Browse files
committed
update
1 parent 3185a33 commit dd72d97

File tree

5 files changed

+271
-4
lines changed

5 files changed

+271
-4
lines changed

.cargo/config

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ rustflags = ["-Ctarget-feature=+crt-static"]
44
[target.i686-pc-windows-msvc]
55
rustflags = ["-Ctarget-feature=+crt-static"]
66

7-
[target.x86_64-unknown-linux-gnu]
8-
rustflags = ["-C", "target-feature=+crt-static"]
9-
107
[target.x86_64-unknown-linux-musl]
118
rustflags = ["-C", "target-feature=+crt-static"]
129

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "emo-template" #改这个
2+
name = "rust-template" #改这个
33
version = "0.1.0"
44
edition = "2021"
55
authors = ["Kali-Team <root@kali-team.cn>"]

README.md

+270
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,270 @@
1+
<!-- Improved compatibility of back to top link: See: https://github.com/emo-crab/rust-template/pull/73 -->
2+
<a name="readme-top"></a>
3+
<!--
4+
*** Thanks for checking out the rust-template. If you have a suggestion
5+
*** that would make this better, please fork the repo and create a pull request
6+
*** or simply open an issue with the tag "enhancement".
7+
*** Don't forget to give the project a star!
8+
*** Thanks again! Now go create something AMAZING! :D
9+
-->
10+
11+
12+
13+
<!-- PROJECT SHIELDS -->
14+
<!--
15+
*** I'm using markdown "reference style" links for readability.
16+
*** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
17+
*** See the bottom of this document for the declaration of the reference variables
18+
*** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
19+
*** https://www.markdownguide.org/basic-syntax/#reference-style-links
20+
-->
21+
[![Contributors][contributors-shield]][contributors-url]
22+
[![Forks][forks-shield]][forks-url]
23+
[![Stargazers][stars-shield]][stars-url]
24+
[![Issues][issues-shield]][issues-url]
25+
[![MIT License][license-shield]][license-url]
26+
[![LinkedIn][linkedin-shield]][linkedin-url]
27+
28+
29+
30+
<!-- PROJECT LOGO -->
31+
<br />
32+
<div align="center">
33+
<a href="https://github.com/emo-crab/rust-template">
34+
<img src="images/logo.png" alt="Logo" width="80" height="80">
35+
</a>
36+
37+
<h3 align="center">rust-template</h3>
38+
39+
<p align="center">
40+
An awesome README template to jumpstart your projects!
41+
<br />
42+
<a href="https://github.com/emo-crab/rust-template"><strong>Explore the docs »</strong></a>
43+
<br />
44+
<br />
45+
<a href="https://github.com/emo-crab/rust-template">View Demo</a>
46+
·
47+
<a href="https://github.com/emo-crab/rust-template/issues">Report Bug</a>
48+
·
49+
<a href="https://github.com/emo-crab/rust-template/issues">Request Feature</a>
50+
</p>
51+
</div>
52+
53+
54+
55+
<!-- TABLE OF CONTENTS -->
56+
<details>
57+
<summary>Table of Contents</summary>
58+
<ol>
59+
<li>
60+
<a href="#about-the-project">About The Project</a>
61+
<ul>
62+
<li><a href="#built-with">Built With</a></li>
63+
</ul>
64+
</li>
65+
<li>
66+
<a href="#getting-started">Getting Started</a>
67+
<ul>
68+
<li><a href="#prerequisites">Prerequisites</a></li>
69+
<li><a href="#installation">Installation</a></li>
70+
</ul>
71+
</li>
72+
<li><a href="#usage">Usage</a></li>
73+
<li><a href="#roadmap">Roadmap</a></li>
74+
<li><a href="#contributing">Contributing</a></li>
75+
<li><a href="#license">License</a></li>
76+
<li><a href="#contact">Contact</a></li>
77+
<li><a href="#acknowledgments">Acknowledgments</a></li>
78+
</ol>
79+
</details>
80+
81+
82+
83+
<!-- ABOUT THE PROJECT -->
84+
## About The Project
85+
86+
[![Product Name Screen Shot][product-screenshot]](https://example.com)
87+
88+
There are many great README templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need -- I think this is it.
89+
90+
Here's why:
91+
* Your time should be focused on creating something amazing. A project that solves a problem and helps others
92+
* You shouldn't be doing the same tasks over and over like creating a README from scratch
93+
* You should implement DRY principles to the rest of your life :smile:
94+
95+
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!
96+
97+
Use the `BLANK_README.md` to get started.
98+
99+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
100+
101+
102+
103+
### Built With
104+
105+
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
106+
107+
* [![Next][Next.js]][Next-url]
108+
* [![React][React.js]][React-url]
109+
* [![Vue][Vue.js]][Vue-url]
110+
* [![Angular][Angular.io]][Angular-url]
111+
* [![Svelte][Svelte.dev]][Svelte-url]
112+
* [![Laravel][Laravel.com]][Laravel-url]
113+
* [![Bootstrap][Bootstrap.com]][Bootstrap-url]
114+
* [![JQuery][JQuery.com]][JQuery-url]
115+
116+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
117+
118+
119+
120+
<!-- GETTING STARTED -->
121+
## Getting Started
122+
123+
This is an example of how you may give instructions on setting up your project locally.
124+
To get a local copy up and running follow these simple example steps.
125+
126+
### Prerequisites
127+
128+
This is an example of how to list things you need to use the software and how to install them.
129+
* npm
130+
```sh
131+
npm install npm@latest -g
132+
```
133+
134+
### Installation
135+
136+
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
137+
138+
1. Get a free API Key at [https://example.com](https://example.com)
139+
2. Clone the repo
140+
```sh
141+
git clone https://github.com/emo-crab/rust-template.git
142+
```
143+
3. Install NPM packages
144+
```sh
145+
npm install
146+
```
147+
4. Enter your API in `config.js`
148+
```js
149+
const API_KEY = 'ENTER YOUR API';
150+
```
151+
152+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
153+
154+
155+
156+
<!-- USAGE EXAMPLES -->
157+
## Usage
158+
159+
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
160+
161+
_For more examples, please refer to the [Documentation](https://example.com)_
162+
163+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
164+
165+
166+
167+
<!-- ROADMAP -->
168+
## Roadmap
169+
170+
- [x] Add Changelog
171+
- [x] Add back to top links
172+
- [ ] Add Additional Templates w/ Examples
173+
- [ ] Add "components" document to easily copy & paste sections of the readme
174+
- [ ] Multi-language Support
175+
- [ ] Chinese
176+
- [ ] Spanish
177+
178+
See the [open issues](https://github.com/emo-crab/rust-template/issues) for a full list of proposed features (and known issues).
179+
180+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
181+
182+
183+
184+
<!-- CONTRIBUTING -->
185+
## Contributing
186+
187+
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
188+
189+
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
190+
Don't forget to give the project a star! Thanks again!
191+
192+
1. Fork the Project
193+
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
194+
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
195+
4. Push to the Branch (`git push origin feature/AmazingFeature`)
196+
5. Open a Pull Request
197+
198+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
199+
200+
201+
202+
<!-- LICENSE -->
203+
## License
204+
205+
Distributed under the MIT License. See `LICENSE` for more information.
206+
207+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
208+
209+
210+
211+
<!-- CONTACT -->
212+
## Contact
213+
214+
Your Name - [@your_twitter](https://twitter.com/Kali_Team) - email@example.com
215+
216+
Project Link: [https://github.com/emo-crab/rust-template](https://github.com/emo-crab/rust-template)
217+
218+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
219+
220+
221+
222+
<!-- ACKNOWLEDGMENTS -->
223+
## Acknowledgments
224+
225+
Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!
226+
227+
* [Choose an Open Source License](https://choosealicense.com)
228+
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
229+
* [Malven's Flexbox Cheatsheet](https://flexbox.malven.co/)
230+
* [Malven's Grid Cheatsheet](https://grid.malven.co/)
231+
* [Img Shields](https://shields.io)
232+
* [GitHub Pages](https://pages.github.com)
233+
* [Font Awesome](https://fontawesome.com)
234+
* [React Icons](https://react-icons.github.io/react-icons/search)
235+
236+
<p align="right">(<a href="#readme-top">back to top</a>)</p>
237+
238+
239+
240+
<!-- MARKDOWN LINKS & IMAGES -->
241+
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
242+
[contributors-shield]: https://img.shields.io/github/contributors/emo-crab/rust-template.svg?style=for-the-badge
243+
[contributors-url]: https://github.com/emo-crab/rust-template/graphs/contributors
244+
[forks-shield]: https://img.shields.io/github/forks/emo-crab/rust-template.svg?style=for-the-badge
245+
[forks-url]: https://github.com/emo-crab/rust-template/network/members
246+
[stars-shield]: https://img.shields.io/github/stars/emo-crab/rust-template.svg?style=for-the-badge
247+
[stars-url]: https://github.com/emo-crab/rust-template/stargazers
248+
[issues-shield]: https://img.shields.io/github/issues/emo-crab/rust-template.svg?style=for-the-badge
249+
[issues-url]: https://github.com/emo-crab/rust-template/issues
250+
[license-shield]: https://img.shields.io/github/license/emo-crab/rust-template.svg?style=for-the-badge
251+
[license-url]: https://github.com/emo-crab/rust-template/blob/master/LICENSE.txt
252+
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
253+
[linkedin-url]: https://linkedin.com/in/emo-crab
254+
[product-screenshot]: images/screenshot.png
255+
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
256+
[Next-url]: https://nextjs.org/
257+
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
258+
[React-url]: https://reactjs.org/
259+
[Vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
260+
[Vue-url]: https://vuejs.org/
261+
[Angular.io]: https://img.shields.io/badge/Angular-DD0031?style=for-the-badge&logo=angular&logoColor=white
262+
[Angular-url]: https://angular.io/
263+
[Svelte.dev]: https://img.shields.io/badge/Svelte-4A4A55?style=for-the-badge&logo=svelte&logoColor=FF3E00
264+
[Svelte-url]: https://svelte.dev/
265+
[Laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
266+
[Laravel-url]: https://laravel.com
267+
[Bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
268+
[Bootstrap-url]: https://getbootstrap.com
269+
[JQuery.com]: https://img.shields.io/badge/jQuery-0769AD?style=for-the-badge&logo=jquery&logoColor=white
270+
[JQuery-url]: https://jquery.com

images/logo.png

2.26 KB
Loading

images/screenshot.png

6.2 KB
Loading

0 commit comments

Comments
 (0)