Docs.rs
world-shipping-0.2.2
world-shipping 0.2.2
Permalink
Docs.rs crate page
MIT
06 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
franzos
Dependencies
env_logger ^0.11
normal
log ^0.4
normal
rust_iso3166 ^0.1
normal
serde ^1.0.219
normal
serde_derive ^1.0.219
normal
serde_json ^1.0.133
normal
thiserror ^2.0
normal
typeshare ^1.0.4
normal
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
world_shipping/
lib.rs
1
pub mod
errors;
2
pub mod
provider;
3
#[cfg(test)]
4
mod
provider_test;
5
pub mod
types;