Newer
Older
dub_jkp / source / dyaml / encoding.d
@Geod24 Geod24 on 28 Jul 2022 302 bytes Add configy library, dyaml, tinyendian
  1. // Copyright Ferdinand Majerech 2014.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5.  
  6. module dyaml.encoding;
  7.  
  8.  
  9. import tinyendian;
  10.  
  11. alias Encoding = tinyendian.UTFEncoding;