oceanpkg-shared 0.1.1

Shared reusable library for the Ocean package manager.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Shared reusable library for the [Ocean package manager][home].
//!
//! This library is meant to be used internally by Ocean's crates, and not meant
//! for use outside of this ecosystem.
//!
//! [home]: https://www.oceanpkg.org
//! [CLI]: https://en.wikipedia.org/wiki/Command-line_interface
//! [GUI]: https://en.wikipedia.org/wiki/Graphical_user_interface

#![deny(missing_docs)]

#![doc(html_root_url = "https://docs.rs/oceanpkg-shared/0.1.0")]
#![doc(html_logo_url = "https://www.oceanpkg.org/static/images/ocean-logo.svg")]

pub mod ext;