namaste 0.18.0

Simple locks between processes
Documentation
// License: see LICENSE file at root directory of main branch

//! # `0.18.0` _(July 12th, 2022)_
//!
//! ## Changes
//!
//! - Upgraded to Nice License 1.0.1.
//! - Upgraded to 2021 Edition.
//! - Updated dependencies.
//! - [`Namaste`][struct:Namaste]: made `make()` private.
//! - Added new functions:
//!
//!     ```ignore
//!     pub unsafe fn make<B>(id: B, timeout: Duration) -> Result<Namaste>
//!     where
//!         B: AsRef<[u8]>;
//!
//!     pub unsafe fn make_wait<B>(id: B, timeout: Duration) -> Result<Namaste>
//!     where
//!         B: AsRef<[u8]>;
//!     ```
//!
//! [struct:Namaste]: ../struct.Namaste.html
//!
//! <!-- 6c7646a9-b83c08ea-293526a9-07b9e036-771f8426-e7b616d7-b4c80325-7c945520-63b0d381-cc74fde9-9b3a28d4-6fa6c0d9-7473c4c2-ff18119d-3a308dd1-9452dfff -->
//!
//! ## Dependencies
//!
//! | Name | Version | Normal | Development | Build |
//! | ---- | ------- | :----: | :---------: | :---: |
//! | [`blackhole`][crate:blackhole] | `>=0.19.1, <0.20` |  | ✅ |  |
//! | [`libc`][crate:libc] | `>=0.2, <0.3` | ✅ |  |  |
//! | [`zeros`][crate:zeros] | `>=11.2, <12` |  | ✅ |  |
//!
//! [crate:blackhole]: https://bitbucket.org/haibison/blackhole
//! [crate:libc]: https://crates.io/crates/libc
//! [crate:zeros]: https://bitbucket.org/haibison/zeros
//!
//! <!-- 6c7646a9-b83c08ea-293526a9-07b9e036-771f8426-e7b616d7-b4c80325-7c945520-63b0d381-cc74fde9-9b3a28d4-6fa6c0d9-7473c4c2-ff18119d-3a308dd1-9452dfff:END -->