#package-manager #reusable #shared #ocean #component #meant #oceanpkg

oceanpkg-shared

Shared reusable library for the Ocean package manager

2 releases

0.1.1 Dec 10, 2019
0.1.0 Dec 10, 2019

#606 in Operating systems


Used in oceanpkg

Apache-2.0

8KB
65 lines

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:

cargo test

No runtime deps