sharepoint 0.1.0

Sharepoint client for Rust
Documentation

sharepoint-rs Build status

Sharepoint client for Rust mainly for Sharepoint Online (Office365).

Following the Sharepoint Online Remote Authentication (and doc upload), we can now

  • login to Office 365 using user name and password (technical user approach)
  • get a list properties using REST

Now the main efford will be done to somehow follow the structure of PnP JavaScript Core component we successfully used with F# and Fable before.