Use Cases
About
Library
Docs
Pricing
Install desktop app
Sign in
Rust
Cargo for Dependency Management in Rust
Copy
// Cargo.toml
[dependencies] serde =
"1.0"
Related Snippets
Rust
Error Handling with Result and Option in Rust
Loading...
Immutable by Default, Mutable by Choice in Rust
Loading...
Lifetime Annotations for Reference Management in Rust
Loading...
Macros for Metaprogramming in Rust
Loading...
Memory-Safe Collections with Vec in Rust
Loading...
Lifetime Annotations for Reference Management in Rust
Loading...