ArcticLampyrid / winprint.rs

A crate for printing to a Windows printer device using Windows API.

Home Page:https://crates.io/crates/winprint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winprint

crates.io Released API docs BSD 3 Clause licensed

A crate for printing to a Windows printer device using Windows API.

About Safety

This crate interfaces with several Windows API functions, necessitating the use of unsafe code blocks. Nevertheless, this crate is designed to be safe and sound to use. If you find any case that will break safety or soundness, please report it as a bug.

License

Licensed under BSD 3 Clause

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, shall be licensed as BSD 3 Clause, without any additional terms or conditions.

About

A crate for printing to a Windows printer device using Windows API.

https://crates.io/crates/winprint

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%