Crates.io | miser |
lib.rs | miser |
version | |
source | src |
created_at | 2024-10-12 12:51:21.057898 |
updated_at | 2024-10-12 13:09:31.21544 |
description | A simple server |
homepage | |
repository | https://github.com/54he/miser |
max_upload_size | |
id | 1406475 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Miser is a simple HTTP server implemented in Rust, designed as a learning resource and reference project for Rust beginners. Through this project, you can understand how to write a basic network server in Rust, handle HTTP requests, and return responses.
This project uses the GPL (GNU General Public License). The license file is located in the license
directory of the project. Please read and comply with the terms of the license carefully.
Special Note: The zh_cn_translation_license
file is an chinese translation of the GPL license, intended to help understand the contents of the license. However, this file does not have legal authority. If any misunderstanding or consequences arise due to this file, please take responsibility yourself. The project maintainers and creators are not responsible.
git clone <project repository address>
.cd miser
.cargo build
.cargo run
.The server listens on localhost:25565
by default, and you can access it through a browser or curl.
Contributions to this project are welcome! You can help improve the project by submitting bug reports, feature suggestions, or code patches. Before submitting code, please ensure you comply with the terms of the GPL license and sign the project's contributor agreement (if any).
We hope this project can be helpful to you! If you have any questions or suggestions, please feel free to contact the project maintainers.