Crates.io | static-web-server |
lib.rs | static-web-server |
version | |
source | src |
created_at | 2023-04-13 23:28:56.956673 |
updated_at | 2024-11-02 09:30:03.804085 |
description | A cross-platform, high-performance and asynchronous web server for static files-serving. |
homepage | https://static-web-server.net |
repository | https://github.com/static-web-server/static-web-server |
max_upload_size | |
id | 838792 |
Cargo.toml error: | TOML parse error at line 27, column 1 | 27 | 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 |
Static Web Server (or SWS
abbreviated) is a tiny and fast production-ready web server suitable to serve static web files or assets.
It is focused on lightness and easy-to-use principles while keeping high performance and safety powered by The Rust Programming Language.
Written on top of Hyper and Tokio runtime, it provides concurrent and asynchronous networking abilities and the latest HTTP/1 - HTTP/2 implementations.
Cross-platform and available for Linux
, macOS
, Windows
, FreeBSD
, NetBSD
, Android
, Docker
and Wasm
(via Wasmer).
x86/x86_64
, ARM/ARM64
) and WebAssembly (via Wasmer).Please refer to The Documentation Website for more details about the API, usage and examples.
For more details see benchmarks repository
v1
please go to 1.x branch.v1
to v2
please view Migrating from v1
to v2
release.Unless you explicitly state otherwise, any contribution you intentionally submitted for inclusion in current work, as defined in the Apache-2.0 license, shall be dual licensed as described below, without any additional terms or conditions.
Feel free to submit a pull request or file an issue.
This work is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
© 2019-present Jose Quintana