oceanpkg-shared

Crates.iooceanpkg-shared
lib.rsoceanpkg-shared
version0.1.1
sourcesrc
created_at2019-12-10 18:34:14.720627
updated_at2019-12-10 18:42:43.072333
descriptionShared reusable library for the Ocean package manager.
homepagehttps://www.oceanpkg.org
repositoryhttps://github.com/oceanpkg/ocean
max_upload_size
id188280
size18,539
Nikolai Vazquez (nvzqz)

documentation

https://docs.rs/oceanpkg-shared

README

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
Commit count: 259

cargo fmt