-
Notifications
You must be signed in to change notification settings - Fork 691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new framework "micro-web" #8205
Conversation
|
||
[dependencies] | ||
micro-web="0.1.0-alpha.10" | ||
http = "1.1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems too specific. Any way to specify the last stable here, or all 1.x ?
http = "1.1.0" | ||
tokio = {version = "1", features = ["rt-multi-thread", "net", "io-util", "macros", "sync", "signal", "test-util"] } | ||
|
||
[profile.release] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove those options, currently removing it for the next release
@@ -0,0 +1,3 @@ | |||
framework: | |||
website: https://github.com/foldright/micro-http/ | |||
version: 0.1.0-alpha.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: 0.1.0-alpha.10 | |
version: 0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve this PR to merge and compute results, will apply suggestions from here
Thanks, @waghanza , will apply your suggestion in next PR |
https://crates.io/crates/micro-web
A lightweight, modular web framework built on top of micro-http, providing an elegant and efficient way to build web applications in Rust.