rpds-pathtree

Crates.iorpds-pathtree
lib.rsrpds-pathtree
version0.13.0
sourcesrc
created_at2023-11-24 13:12:02.050814
updated_at2024-11-06 17:14:16.785463
descriptionImmutable, path-addressable tree data structure
homepage
repositoryhttps://github.com/uklotzde/rpds-pathtree
max_upload_size
id1047005
size116,236
Uwe Klotz (uklotzde)

documentation

README

rpds-pathtree

Crates.io Docs.rs Deps.rs Security audit Continuous integration License: MPL 2.0

Immutable (persistent), path-addressable tree data structure.

Based on the rpds crate.

Feature Flags

Thread-safety could be enabled on demand with the "sync" feature.

License

Licensed under the Mozilla Public License 2.0 (MPL-2.0) (see MPL-2.0.txt or https://www.mozilla.org/MPL/2.0/).

Permissions of this copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

Contribution

Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).

It is required to add the following header with the corresponding SPDX short identifier to the top of each file:

// SPDX-License-Identifier: MPL-2.0
Commit count: 113

cargo fmt