Ocean logo

Ocean Shared Library

Travis CI badge Crates.io badge


The oceanpkg-shared library serves as reusable components for: - the oceanpkg library - The ocean [CLI] client - Backend web services

Usage

This 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].

Testing

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:

sh cargo test