Crates.io | quiet-stroll |
lib.rs | quiet-stroll |
version | |
source | src |
created_at | 2023-01-18 12:58:32.833887 |
updated_at | 2025-02-08 13:52:40.836545 |
description | A web server to deliver basic File System informations |
homepage | |
repository | https://github.com/forticheprod/quiet-stroll |
max_upload_size | |
id | 761679 |
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 |
This repository is intend to create a POC of using rust to deliver client/server FS tools to:
cargo install quiet-stroll
Quiet Stroll is based under rocket framework
By default you will see Hello, world!
by visiting http://localhost:8000.
You can test error code with the Hyper Text Coffee Pot Control Protocol
by visiting http://localhost:8000/coffee and not coffe
You can see the swagger documentation by visiting http://localhost:8000/docs
Quiet Stroll is licensed under MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)