tesohh-bricks 1.0.4

build system and package manager for C/C++
Documentation
1
2
3
4
5
6
7
use serde::{Deserialize, Serialize};

#[derive(Debug, Serialize, Deserialize)]
pub struct Platform {
    pub cflags: Option<String>,
    pub ldflags: Option<String>,
}