www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D and Boost

reply Steven Hoxville <den32ds gmail.com> writes:
How much can the D standard library replace Boost?
Apr 04 2021
parent FreeSlave <freeslave93 gmail.com> writes:
On Sunday, 4 April 2021 at 10:48:21 UTC, Steven Hoxville wrote:
 How much can the D standard library replace Boost?
Boost is a very large set of C++ libraries. It covers some facilities that D standard library does not, e.g. working with graphs, parser generation and localization. If you need some of this stuff in D you can find packages on dub. However many of other facilities provided by Boost can be found in D standard library too, e.g. working with filesystem and paths, uuid, variant type, date and time, regular expressions and unicode support.
Apr 04 2021