notionrs_types

Crates.ionotionrs_types
lib.rsnotionrs_types
version0.3.0
created_at2025-05-04 14:00:08.240982+00
updated_at2025-09-14 01:04:56.520311+00
descriptionShared schema definitions for the Notion API used by the notionrs ecosystem.
homepage
repositoryhttps://github.com/46ki75/notionrs
max_upload_size
id1659664
size437,771
Ikuma Yamashita (46ki75)

documentation

https://docs.rs/notionrs_types

README

notionrs_types — Just a Schema Definition Crate

Notion API schemas may occasionally introduce new fields. Updating the main crate (notionrs) every time leads to breaking changes due to Rust’s strict type system. To mitigate this, all schema definitions are extracted into this separate crate.

This crate contains only the data structures shared across the notionrs ecosystem.

👉 For the API client, see notionrs

Commit count: 1319

cargo fmt