dyaml/source/dyaml/encoding.d

12 lines
302 B
D
Raw Permalink Normal View History

2014-07-21 21:41:27 +00:00
// 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;
2014-07-21 21:41:27 +00:00
import tinyendian;
alias Encoding = tinyendian.UTFEncoding;