Questions
- What are four ways of grouping code into modules?
- What does FFI stand for?
- Why are unsafe blocks necessary?
- Is it ever safe to use unsafe blocks?
- What is the difference between a
libc::c_int
and anint32
? - Can linked libraries define functions with the same name?
- What type of files can be linked into a Rust project?