print_service 0.1.4

A lib to access printer on windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Printer Service

This cargo is currently under development, any bugs please understand

donate https://saweria.co/alfianlensun
## Usage


```rust
printers_service::get_printers() -> String 
```
> Return a string of json available printers


```rust
printers_service::get_printers_by_name(String) -> String 
```
> Return a string of json available printers by name