docs.rs failed to build summer-boot-1.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
summer-boot-1.4.2
Summer Boot
The next generation decentralized web framework allows users to manage and share their own data. It will be a wide area and cross regional web framework.
log Logger started
log
_____ ____ _
/ ____| | _ \ | |
| | ___ ___ | |_
\___ \| | | | '_ ` _ \| '_ ` _ \ / _ \ '__| | _ < / _ \ / _ \| __|
____) | |_| | | | | | | | | | | | __/ | | |_) | | | |_
|_____/ \__,_|_| |_| |_|_| |_| |_|\___|_| |____/ \___/ \___/ \__|
:: Summer Boot
server Server listening on http://127.0.0.1:8080
Quick Start
Cargo.toml:
summer-boot = "1.0.0"
Add resuorce configuration file to src directory
src/resources/application.yml
profiles:
active: test
src/resources/application-test.yml
server:
port: 8080
src/main.rs
use Deserialize;
use ;
use log;
async
async
License
Licensed under either of