Struct neko::dynamic::Compositer [] [src]

pub struct Compositer(_);

The struct Compositer is a heap of a double tuple of a dynamic libraries and a priority order.

Methods

impl Compositer
[src]

The accessor method source returns the source directory where found the git and lib sub-directories.

The method mount adds a new library to the heap's compositer.

The method mount_from_dir adds a new library to the heap's compositer from a directory.

The method mount_from_git adds a new library to the heap's compositer from a git repository.

Trait Implementations

impl Debug for Compositer
[src]

Formats the value using the given formatter.

impl Default for Compositer
[src]

A trait for giving a type a useful default value.

The constructor default returns a Compositer prepared with the libraries from the source directory.