Rust_Examples_and_Notes/0000_notes.txt

9 lines
219 B
Plaintext

# Building for example a lib such as "rust-syslog" - This needs exec privilege on the target partition.
cargo build
# Add external !built! crate
rustc -L /home/extern/path asd.rs
rustc asd.rs --extern /home/path/lib