graphific 0.1.1

Graphific is a graph data structure library.
Documentation
  • Coverage
  • 100%
    34 out of 34 items documented0 out of 0 items with examples
  • Size
  • Source code size: 91.22 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.23 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Haxos/graphific
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Haxos

Build Latest Version Documentation

graphific

Graphific is a graph & network data structure library written in Rust. The name is a combination of graph, and the Pacific ocean because there are a lot of cargo routes (Cargo being the default packet manager for Rust).

Graphific is still under development. We do not recommend using it in production environment.

Goals of the library

Here are the different focus point of the library by decreasing order of importance:

  1. Ready-to-use API : well documented and easy to include in an already existing project.
  2. Data integrity : include functional programming.
  3. Thorough tested : A lot of unit tests.
  4. Performance : Big O notation optimized and parallelism.

Contributing

We welcome anyone and all kind of contribution !

Here are some rules :

  • Before submitting a pull request, please open an issue and refer it on the pull request.
  • Refer to the aim of the library. You can have the most performant code, if it's not documented, it will not be accepted.

Credits

Original creator : Adrian Mayo Cartes Inspired by : petgraph and graphlib Special thanks to Paul Reeve for suggesting the name.