#notion-api #properties #notion #language

notionrs_types

Shared schema definitions for the Notion API used by the notionrs ecosystem

2 releases

Uses new Rust 2024

new 1.0.0-rc.2 May 5, 2025
1.0.0-rc.1 May 4, 2025

#542 in HTTP client

31 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

395KB
9K SLoC

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

Dependencies

~1–1.7MB
~34K SLoC