mirror of
https://github.com/dlang/phobos.git
synced 2025-05-10 14:08:32 +03:00
The standard library of the D programming language
algorithmsallocatorconcurrencycontainersddlangfunctionalhacktoberfestmathmetaparallelismphobosrangesregexstandard-librarystdiotraitstype-conversionunicode
![]() This lays on the foundation of UTF word notion, a 32-bit integer that contains UTF encoded codepoint. Top non-zero byte is the UTF-8 starter, so it's BigEndian when reading directly from strings. Same applies to UTF-16 word. Also this invents simpler API for matching that easily combines: - length of code point matched - result of match (true/false if belongs to this set) - bad encoding flag in one packed 32-bit machine word - UtfLookup. This struct is going to be reused for all of "directly on UTF" matchers in std.uni. |
||
---|---|---|
etc/c | ||
std | ||
.editorconfig | ||
.gitignore | ||
changelog.dd | ||
CONTRIBUTING.md | ||
index.d | ||
LICENSE_1_0.txt | ||
osmodel.mak | ||
posix.mak | ||
project.ddoc | ||
README.md | ||
unittest.d | ||
win32.mak | ||
win64.mak |
Phobos Standard Library
Phobos is the standard library that comes with the D Programming Language Compiler.
Download
Phobos is packaged together with the compiler. You should download the whole precompiled package.
To build everything yourself, there is a description in the wiki.
Phobos is distributed under Boost Software Licence. See the licence file.
I Want to Contribute
Great! See the CONTRIBUTING.md file.