/**
    NuLib - Portable standard library for DLang

    nulib aims to implement a smaller standard library for D.

    Parts of nulib is split up into submodules that you can seperately import
    to reduce how much of nulib you end up linking into your application.

    Copyright:
        Copyright © 2023-2025, Kitsunebi Games
        Copyright © 2023-2025, Inochi2D Project
    
    License:   $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
    Authors:   Luna Nielsen
*/
module nulib;

public import nulib.object;
public import nulib.string;
public import nulib.collections;