# openlibrary-rs Wrapper for [Openlibrary's Web API](https://openlibrary.org/developers/api) # Overview **PLEASE NOTE**: this crate is currently in an experimental stage. Meaning expect frequent, large breaking changes from version to version until we are in a stable state. There are currently 8 sub APIs offered by Openlibrary's Web API. You can check the table below to see the status of each. - [X] [Books](https://openlibrary.org/dev/docs/api/books) - [X] [Authors](https://openlibrary.org/dev/docs/api/authors) - [ ] [Subjects](https://openlibrary.org/dev/docs/api/subjects) - [X] [Search](https://openlibrary.org/dev/docs/api/search) - [ ] [Search inside](https://openlibrary.org/dev/docs/api/search_inside) - [ ] [Partner](https://openlibrary.org/dev/docs/api/read) - [ ] [Covers](https://openlibrary.org/dev/docs/api/covers) - [ ] [Recent Changes](https://openlibrary.org/dev/docs/api/recentchanges) The docs can be found at https://docs.rs/openlibrary-rs/latest/openlibrary_rs/