2 releases
0.1.1 | Dec 10, 2019 |
---|---|
0.1.0 | Dec 10, 2019 |
#638 in Operating systems
Used in oceanpkg
8KB
65 lines
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