graphannis-malloc_size_of 1.0.0

This is a fork of the `malloc_size_of` crate, which is part of the Servo codebase, to make it available to the graphANNIS corpus search library as dependency.
Documentation

Documentation link / Build status: Build Status Linux & MacOS (Linux & MacOS) Build status Windows (Windows)

graphannis-malloc_size_of

This is a fork of the malloc_size_of crate, which is part of the Servo codebase but not published on crates.io yet. The intention of this fork is to make the functionality of the original crate available to the graphANNIS corpus search library, which is published on crates.io.

The following changes have been made in comparision to the original crate:

  • References and implementations to internal/unpublished Servo crates have been removed.
  • All dependencies have been made optional, so if you want to use the memory size calculation for types not the standard library you have to activate these as a feature. The following crates are available as optional dependencies/features:
    • app_units
    • cssparser
    • euclid
    • hyper
    • hyper_serde
    • serde
    • serde_bytes
    • smallbitvec
    • smallvec
    • string_cache
    • thin-slice
    • time
    • url
    • void
    • xml5ever