onshape-client-core 0.4.0

Pure Onshape API logic and types (sans-IO)
Documentation
1
2
3
4
5
6
7
8
//! Pure Onshape API logic and types.
//!
//! This crate contains sans-IO types and logic for interacting with the Onshape REST API.
//! No async runtime, HTTP client, or network access — all I/O is handled by `onshape-client-io`.

pub mod auth;
pub mod oauth;
pub mod request;