jkn_rust 0.1.1

Client Rust untuk bridging API BPJS/JKN
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod auth;
pub mod client;
pub mod config;
pub mod crypto;
pub mod error;
pub mod models;
pub mod services;

pub use client::{JknClient, JknResponse, Metadata, RequestOptions, normalize_path};
pub use config::{Config, Mode, ServiceType};
pub use error::{JknError, Result};
pub use models::*;
pub use services::Jkn;