Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcticlampyrid/winprint.rs
A crate for printing to a Windows printer device using Windows API.
https://github.com/arcticlampyrid/winprint.rs
pdf printer printing xps
Last synced: about 19 hours ago
JSON representation
A crate for printing to a Windows printer device using Windows API.
- Host: GitHub
- URL: https://github.com/arcticlampyrid/winprint.rs
- Owner: ArcticLampyrid
- License: bsd-3-clause
- Created: 2024-03-14T08:40:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T09:57:48.000Z (8 months ago)
- Last Synced: 2024-04-17T00:10:22.442Z (7 months ago)
- Topics: pdf, printer, printing, xps
- Language: Rust
- Homepage: https://crates.io/crates/winprint
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# winprint
[![crates.io](https://img.shields.io/crates/v/winprint.svg)](https://crates.io/crates/winprint)
[![Released API docs](https://docs.rs/winprint/badge.svg)](https://docs.rs/winprint)
[![BSD 3 Clause licensed](https://img.shields.io/badge/license-BSD%203%20Clause-blue)](./LICENSE.md)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](./LICENSE.md)### 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.