warrence fb9dfe8280 Renamed len() to capacity() in EntityMap, VertexMap, and EdgeMap
len() is generally expected to describe the number of elements in a collection,
but in this case elements beyond len() are accessible without restriction.
capacity() is a better name because it describes data storage size.
2026-07-10 11:58:45 +02:00
2025-10-03 17:39:03 +02:00
2026-07-07 11:44:57 +02:00
2026-06-29 21:04:48 +02:00

grapherity

Library for graph models and algorithms.

This library is still experimental and its API may therefore change frequently.

License

This project is dual-licensed under the terms of both:

You may choose either license for your use of this software.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

S
Description
Graph models and algorithms
Readme 490 KiB
Languages
Rust 100%