# ironone **Repository Path**: blueswu/ironone ## Basic Information - **Project Name**: ironone - **Description**: rust rest template with iron framework - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-08-20 - **Last Updated**: 2021-04-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ironone rust rest template with iron framework - RUST_LOG=debug run - cargo run --example somes - cargo run --bin somes - cargo build --release - cargo fmt - cargo vendor # cross build $HOME/.cargo/config ```toml [target.arm-linux-androideabi] linker = "bin/arm-linux-androideabi-gcc" ``` ``` RUSTFLAGS='-C target-feature=+crt-static' cargo build --release --target x86_64-unknown-linux-musl # static cargo build --target=arm-linux-androideabi ```