facture_rs 0.1.3

A wrapper for the FactureApp API service.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// This mod it's the equivalent
// of the three endpoints that
// are certificate the application of Facture App
//
//
//
pub mod auth;
pub mod belling;
pub mod cancelation;
pub mod emisor;
pub mod core;
pub mod sucursal;