| Crates.io | oceanpkg-shared |
| lib.rs | oceanpkg-shared |
| version | 0.1.1 |
| created_at | 2019-12-10 18:34:14.720627+00 |
| updated_at | 2019-12-10 18:42:43.072333+00 |
| description | Shared reusable library for the Ocean package manager. |
| homepage | https://www.oceanpkg.org |
| repository | https://github.com/oceanpkg/ocean |
| max_upload_size | |
| id | 188280 |
| size | 18,539 |
The oceanpkg-shared library serves as reusable components for:
oceanpkg libraryocean CLI clientThis library is primarily meant for Ocean's components and not for external use.
Because of this, you won't see parts of this library be publicly re-exported
through the oceanpkg library.
See documentation.
Various test cases are covered throughout this library. They can all be found by
searching for mod tests within the lib folder.
To perform these tests, simply run:
cargo test