Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

korpling/graphannis-malloc_size_of

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation link

graphannis-malloc_size_of

This is a fork of the malloc_size_of crate, which is part of the Servo codebase but was not published on crates.io at the time of the fork. 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 in the standard library you have to activate these as a feature. The following crates are available as optional dependencies/features:
    • app_units
    • cssparser
    • serde
    • serde_bytes
    • smallbitvec
    • smallvec
    • smartstring
    • string_cache
    • thin-slice
    • url
    • void
    • xml5ever