httparse
Cargo
Our great sponsors
httparse | Cargo | |
---|---|---|
2 | 133 | |
374 | 8,564 | |
- | 1.8% | |
6.4 | 9.8 | |
about 2 months ago | 2 days ago | |
Rust | Rust | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
httparse
-
lets get 'well done officers' going in the chat
/rejerk https://github.com/seanmonstar/httparse/issues/58
- Hey Rustaceans! Got an easy question? Ask here (12/2021)!
Cargo
-
Announcing Rust 1.62.0
Can you google it please? I'm on mobile. A quick search turned this up, which should lead you in the right direction: https://github.com/rust-lang/cargo/issues/5657
It is an unintentional breaking change in cargo_util https://github.com/rust-lang/cargo/issues/10803
Otherwise I did include this as an option in the shorthand feature issue.
-
Rust 1.62.0
For those unaware, some ask "why"
- No need to look up the version (though some IDEs do it for you)
- Auto-completion
- It shows you what features the crate has and whether they are activated, making it easier to discover features you need to enable or what you can remove to improve compile times
- Make it easier to document how to add a set of dependencies needed for a project (e.g. "Run `cargo add serde serde_json -F serde/derive`")
- The opportunity for more QoL improvements, see https://github.com/rust-lang/cargo/issues?q=is%3Aopen+is%3Ai...
It is impressive the amount of work it took to get this ready. I took over the effort almost a year ago and at times was working full time on it (thanks to my employer). Just my part included
- a near rewrite of the format-preserving toml parser (toml_edit)
- a major revamp of the UI
- a major revamp of testing
- a near rewrite to make it compatible with cargo's code base
-
Any active open source repos built using Rust that need development ?
Has anyone provided feedback on workspace inheritance yet?
-
Wasi dependencies in Cargo.lock
Cargo currently does not produce minimal lock files. During generation, it includes things like platform specific dependencies etc, which has been a blocker for other feature like platform specific cargo vendoring. The closest to a tracking issue is https://github.com/rust-lang/cargo/issues/5133 and a few other issues linked inside it.
-
Why are rustflags in target.cfg sections not applied?
Ah, there is an issue for this: https://github.com/rust-lang/cargo/issues/6858
- Ctrl+C, Ctrl+V
-
How to compile for native and wasm without erasing build artifacts?
I've encountered this before when trying to compile for different targets. I found https://github.com/rust-lang/cargo/issues/9239 which seems relevant. In my case a workaround was to pass --target explicitly when compiling for the host.
-
Is there any docs about crates.io API
Lurker here. Haven’t started to learn rust but wouldn’t this be self documenting by looking at cargo? I have a feeling there would be little other public endpoints outside of that. Very cursory look yields: https://github.com/rust-lang/cargo/blob/master/crates/crates-io/lib.rs
What are some alternatives?
RustCMake - An example project showing usage of CMake with Rust
Clippy - A bunch of lints to catch common mistakes and improve your Rust code
crates.io - Source code for crates.io
cargo-outdated - A cargo subcommand for displaying when Rust dependencies are out of date
opencv-rust - Rust bindings for OpenCV 3 & 4
RustScan - 🤖 The Modern Port Scanner 🤖
cargo-check
rust-analyzer - A Rust compiler front-end for IDEs [Moved to: https://github.com/rust-lang/rust-analyzer]
windows-rs - Rust for Windows
overflower - A Rust compiler plugin and support library to annotate overflow behavior
cargo-edit - A utility for managing cargo dependencies from the command line.
rust-windows-dll - Macro for dynamically loading windows dll functions