oceanpkg-shared 0.1.1

Shared reusable library for the Ocean package manager.
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented1 out of 1 items with examples
  • Size
  • Source code size: 18.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 348.15 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • oceanpkg/ocean
    19 0 3
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nvzqz

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