aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/source/dyaml/encoding.d
blob: 50c10b9e0ecc7f41e16e89d07f53605e505fea9c (plain)
1
2
3
4
5
6
7
8
9
10
11
//          Copyright Ferdinand Majerech 2014.
// Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file LICENSE_1_0.txt or copy at
//          http://www.boost.org/LICENSE_1_0.txt)

module dyaml.encoding;


import tinyendian;

alias Encoding = tinyendian.UTFEncoding;