This website requires JavaScript.
Explore
Help
Register
Sign In
rust
/
comprehensive-rust
Watch
1
Star
0
Fork
0
You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced
2025-12-22 22:51:12 +02:00
Code
Issues
Releases
Activity
Files
096a0a6ff36f788a29eadcc399a787c3b5c243d3
comprehensive-rust
/
src
/
unsafe-rust
History
Martin Geisler
1e3be175fa
Introduce a
cargo clippy
run (
#2025
)
...
This might help catch stylistic problems in our Rust code. Related to
#2587
.
2025-09-20 11:38:54 +00:00
..
unsafe-functions
A few fixes for the unsafe chapter (
#2805
)
2025-07-05 17:46:42 +00:00
Cargo.toml
cargo: bump the minor group with 2 updates (
#2861
)
2025-09-01 10:24:31 +01:00
dereferencing.md
A few fixes for the unsafe chapter (
#2805
)
2025-07-05 17:46:42 +00:00
exercise.md
Add a note about using rust-bindgen (
#2818
)
2025-07-28 02:29:32 +00:00
exercise.rs
Introduce a
cargo clippy
run (
#2025
)
2025-09-20 11:38:54 +00:00
mutable-static.md
A few fixes for the unsafe chapter (
#2805
)
2025-07-05 17:46:42 +00:00
solution.md
…
unions.md
…
unsafe-functions.md
A few fixes for the unsafe chapter (
#2805
)
2025-07-05 17:46:42 +00:00
unsafe-traits.md
Fix example from zerocopy. (
#2511
)
2024-12-13 10:17:37 +01:00
unsafe.md
…