You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a proposal for pages in the development section:
Project structure
extendr macros
The build cycle
Robj - R's universal SEXP
Data types, scalars, vectors, and missing values
R Lists
Rust structs and hashmaps
R attributes, names, and S3 classes
R data frames and matrices
Condition handling
External pointers
I want to suggest that we move examples of working with specific Rust crates like tokio into blog posts. Then we should introduce two new sections at the same level as "development" and "publishing," specifically "features" and "advanced topics." Features would include all the gated crate integrations like serde and faer, and advanced topics would be for stuff like metaprogramming.
What do you all think? We already have a lot of this content. It just needs to be cleaned up, organized, and updated to be consistent with extendr 0.9.0 and rextendr 0.5.0.
Here is a proposal for pages in the development section:
Robj- R's universal SEXPI want to suggest that we move examples of working with specific Rust crates like tokio into blog posts. Then we should introduce two new sections at the same level as "development" and "publishing," specifically "features" and "advanced topics." Features would include all the gated crate integrations like serde and faer, and advanced topics would be for stuff like metaprogramming.
What do you all think? We already have a lot of this content. It just needs to be cleaned up, organized, and updated to be consistent with extendr 0.9.0 and rextendr 0.5.0.