ksef-client 0.1.0

Client API KSeF 2.0
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 989.76 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 49s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ireneuszwitek
ksef-client-0.1.0 has been yanked.

ksef-client

komunikacja z API Krajowego Systemu e-Faktur KSeF 2.0

Biblioteka jest napisana w Rust, gotowa do integracji z istniejącymi projektami.

✨ Funkcje

  • Obsługa błędów zgodna z idiomami Rust
  • Integracja z async/await
  • Przykładowy kod w katalogu examples/

📦 Instalacja

Dodaj do Cargo.toml:

[dependencies]

ksef-client = "0.1"

tokio = { version = "1.37", features = ["full"] }

chrono = { version = "0.4", features = ["serde"]}