lwprintf-rs 0.3.3

Rust bindings for the lightweight printf library lwprintf.
Documentation
{
    "name": "LwPRINTF",
    "version": "1.1.0",
    "description": "Lightweight printf and sprintf library for embedded systems",
    "keywords": "printf, lightweight, lwprintf, sprintf, snprintf, embedded, stdio, manager, library",
    "repository": {
        "type": "git",
        "url": "https://github.com/MaJerle/lwprintf.git"
    },
    "authors": [
        {
            "name": "Tilen Majerle",
            "email": "tilen@majerle.eu",
            "url": "https://majerle.eu"
        }
    ],
    "license": "MIT",
    "homepage": "https://github.com/MaJerle/lwprintf",
    "dependencies": {},
    "frameworks": "*",
    "platforms": "*",
    "export": {
        "exclude": [
            ".github",
            "dev",
            "docs",
            "**/.vs",
            "**/Debug",
            "build",
            "**/build"
        ]
    },
    "build": {
        "includeDir": "lwprintf/src/include",
        "srcDir": ".",
        "srcFilter": "+<lwprintf>"
    }
}